añade tmux y pavucontrol, añade gcc a armasm
This commit is contained in:
parent
f337bfc57c
commit
2a91b439f2
|
@ -62,7 +62,7 @@
|
||||||
clock24 = true;
|
clock24 = true;
|
||||||
escapeTime = 10;
|
escapeTime = 10;
|
||||||
terminal = "xterm-256color";
|
terminal = "xterm-256color";
|
||||||
keyMode = "vi";
|
keyMode = "emacs";
|
||||||
|
|
||||||
extraConfig = ''
|
extraConfig = ''
|
||||||
set -g mouse on
|
set -g mouse on
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
{maim, xclip, callPackage, ...}: ''
|
{maim, xclip, callPackage, kitty, tmux, ...}: ''
|
||||||
|
|
||||||
# See https://i3wm.org/docs/userguide.html for a complete reference!
|
# See https://i3wm.org/docs/userguide.html for a complete reference!
|
||||||
|
|
||||||
|
@ -37,7 +37,7 @@ bindsym XF86AudioMicMute exec --no-startup-id pactl set-source-mute @DEFAULT_SOU
|
||||||
floating_modifier $mod
|
floating_modifier $mod
|
||||||
|
|
||||||
# start a terminal
|
# start a terminal
|
||||||
bindsym $mod+Return exec i3-sensible-terminal
|
bindsym $mod+Return exec ${kitty}/bin/kitty ${tmux}/bin/tmux
|
||||||
|
|
||||||
# kill focused window
|
# kill focused window
|
||||||
bindsym $mod+Shift+q kill
|
bindsym $mod+Shift+q kill
|
||||||
|
|
|
@ -9,6 +9,7 @@ pkgs: with pkgs; [
|
||||||
killall
|
killall
|
||||||
maim
|
maim
|
||||||
okular
|
okular
|
||||||
|
pavucontrol
|
||||||
pipenv
|
pipenv
|
||||||
rustup
|
rustup
|
||||||
signal-desktop
|
signal-desktop
|
||||||
|
|
|
@ -1,5 +1,6 @@
|
||||||
pkgs: {
|
pkgs: {
|
||||||
paths = with pkgs; [
|
paths = with pkgs; [
|
||||||
|
gcc
|
||||||
gcc-arm-embedded
|
gcc-arm-embedded
|
||||||
gnumake
|
gnumake
|
||||||
openocd
|
openocd
|
||||||
|
|
Loading…
Reference in a new issue