Compare commits

...

2 Commits

Author SHA1 Message Date
tux
feb7c58262 feat: add shutdown keybinding 2025-06-10 14:31:52 +05:30
tux
57be1704d9 feat: add waydroid to persist dir 2025-06-10 14:31:04 +05:30
2 changed files with 4 additions and 1 deletions

View File

@ -250,7 +250,6 @@
supergfxd = {
enable = true;
settings = {
mode = "Integrated";
vfio_enable = false;
vfio_save = false;
always_reboot = false;
@ -317,6 +316,7 @@
"/var/lib/tailscale"
"/var/lib/nixos"
"/var/lib/docker"
"/var/lib/waydroid"
"/etc/NetworkManager/system-connections"
];
files = [

View File

@ -115,6 +115,9 @@
"SUPER_SHIFT, F, fullscreen, 0"
"SUPER_SHIFT, Space, togglefloating,"
# shutdown
"SUPER_SHIFT, P, exec, poweroff"
# change focus
"SUPER, left, movefocus, l"
"SUPER, right, movefocus, r"