add some i3 stuff

This commit is contained in:
Torjus Håkestad 2024-03-03 12:57:27 +01:00
parent f0538e191d
commit 70d37cc0e1
3 changed files with 6 additions and 7 deletions

View File

@ -8,8 +8,6 @@ in
config = { config = {
modifier = mod; modifier = mod;
fonts = [ "DejaVu Sans Mono, FontAwesome 6" ];
keybindings = lib.mkOptionDefault { keybindings = lib.mkOptionDefault {
"${mod}+Enter" = "exec kitty"; "${mod}+Enter" = "exec kitty";

View File

@ -33,6 +33,7 @@
steam steam
steam-run steam-run
steamcmd steamcmd
gamescope
tokei tokei
unzip unzip
yt-dlp yt-dlp

View File

@ -104,11 +104,11 @@
wget wget
# X shit # X shit
xorg.xorgserver # xorg.xorgserver
xorg.xinit # xorg.xinit
xorg.xf86inputevdev # xorg.xf86inputevdev
xorg.xf86inputlibinput # xorg.xf86inputlibinput
xorg.xinit # xorg.xinit
]; ];
# Do NOT change this value unless you have manually inspected all the changes it would make to your configuration, # Do NOT change this value unless you have manually inspected all the changes it would make to your configuration,