1: Added wlsunset and replaced rofi with walker

This commit is contained in:
uzy lol 2024-12-27 23:34:47 -08:00
parent 3a7247d7b4
commit 1b31dfa8d5
2 changed files with 9 additions and 1 deletions

View File

@ -11,6 +11,7 @@
./rofi.nix
./cliphist.nix
./wlogout.nix
./wlsunset
];
programs.kitty.enable = true;
@ -34,7 +35,7 @@
bind =
[
"$mod, Return, exec, kitty"
"$mod, SPACE, exec, rofi -show run"
"$mod, SPACE, exec, walker"
"$mod, E, exec, dolphin"
"$mod SHIFT, V, togglefloating,"

View File

@ -0,0 +1,7 @@
{
services.wlsunset = {
enable = true;
latitude = 39;
longitude = -121.2;
};
}