1: Added wlsunset and replaced rofi with walker
This commit is contained in:
parent
3a7247d7b4
commit
1b31dfa8d5
@ -11,6 +11,7 @@
|
|||||||
./rofi.nix
|
./rofi.nix
|
||||||
./cliphist.nix
|
./cliphist.nix
|
||||||
./wlogout.nix
|
./wlogout.nix
|
||||||
|
./wlsunset
|
||||||
];
|
];
|
||||||
|
|
||||||
programs.kitty.enable = true;
|
programs.kitty.enable = true;
|
||||||
@ -34,7 +35,7 @@
|
|||||||
bind =
|
bind =
|
||||||
[
|
[
|
||||||
"$mod, Return, exec, kitty"
|
"$mod, Return, exec, kitty"
|
||||||
"$mod, SPACE, exec, rofi -show run"
|
"$mod, SPACE, exec, walker"
|
||||||
"$mod, E, exec, dolphin"
|
"$mod, E, exec, dolphin"
|
||||||
|
|
||||||
"$mod SHIFT, V, togglefloating,"
|
"$mod SHIFT, V, togglefloating,"
|
||||||
|
|||||||
7
home/modules/wlsunset.nix
Normal file
7
home/modules/wlsunset.nix
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
{
|
||||||
|
services.wlsunset = {
|
||||||
|
enable = true;
|
||||||
|
latitude = 39;
|
||||||
|
longitude = -121.2;
|
||||||
|
};
|
||||||
|
}
|
||||||
Loading…
Reference in New Issue
Block a user