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 = {
hostName = "pingbox";
interfaces.wlp170s0.useDHCP = true;

View File

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

View File

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

View File

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

View File

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