Change some things

This commit is contained in:
2024-08-14 21:49:07 +01:00
parent 6d6459418d
commit 4d4098987c
5 changed files with 20 additions and 2 deletions

View File

@@ -30,6 +30,8 @@
]; ];
}; };
programs.kdeconnect.enable = true;
networking = { networking = {
hostName = "pingbox"; hostName = "pingbox";
interfaces.wlp170s0.useDHCP = true; interfaces.wlp170s0.useDHCP = true;

View File

@@ -50,13 +50,15 @@ in {
}; };
}; };
keybindings = { keybindings = {
"${mod}+Return" = "exec kitty"; "${mod}+Return" = "exec wezterm";
"${mod}+q" = "kill"; "${mod}+q" = "kill";
"${mod}+d" = "exec tofi-drun --drun-launch=true"; "${mod}+d" = "exec tofi-drun --drun-launch=true";
"${hyper}+Return" = "exec kitty"; "${hyper}+Return" = "exec wezterm";
"${hyper}+q" = "kill"; "${hyper}+q" = "kill";
"${hyper}+d" = "exec tofi-drun --drun-launch=true"; "${hyper}+d" = "exec tofi-drun --drun-launch=true";
"${mod}+Shift+s" = "exec grim -g \"$(slurp)\"";
"${mod}+h" = "focus left"; "${mod}+h" = "focus left";
"${mod}+j" = "focus down"; "${mod}+j" = "focus down";
"${mod}+k" = "focus up"; "${mod}+k" = "focus up";

View File

@@ -4,5 +4,6 @@
./kitty ./kitty
./nb ./nb
./nvim ./nvim
./wezterm
]; ];
} }

View File

@@ -0,0 +1,11 @@
{
pkgs,
lib,
hostname,
...
}: {
programs.wezterm = {
enable = true;
enableZshIntegration = true;
};
}

View File

@@ -31,6 +31,7 @@
gnumake gnumake
go go
gopls gopls
lua-language-server
minisign minisign
nb nb
nodejs nodejs
@@ -73,6 +74,7 @@
spotify spotify
swaylock swaylock
udiskie udiskie
wezterm
wl-clipboard wl-clipboard
xclip xclip
zathura zathura