mirror of
https://github.com/tuxdotrs/nixos-config.git
synced 2025-07-06 17:56:35 +05:30
Compare commits
2 Commits
eb236bc12e
...
feb7c58262
Author | SHA1 | Date | |
---|---|---|---|
feb7c58262
|
|||
57be1704d9
|
@ -250,7 +250,6 @@
|
|||||||
supergfxd = {
|
supergfxd = {
|
||||||
enable = true;
|
enable = true;
|
||||||
settings = {
|
settings = {
|
||||||
mode = "Integrated";
|
|
||||||
vfio_enable = false;
|
vfio_enable = false;
|
||||||
vfio_save = false;
|
vfio_save = false;
|
||||||
always_reboot = false;
|
always_reboot = false;
|
||||||
@ -317,6 +316,7 @@
|
|||||||
"/var/lib/tailscale"
|
"/var/lib/tailscale"
|
||||||
"/var/lib/nixos"
|
"/var/lib/nixos"
|
||||||
"/var/lib/docker"
|
"/var/lib/docker"
|
||||||
|
"/var/lib/waydroid"
|
||||||
"/etc/NetworkManager/system-connections"
|
"/etc/NetworkManager/system-connections"
|
||||||
];
|
];
|
||||||
files = [
|
files = [
|
||||||
|
@ -115,6 +115,9 @@
|
|||||||
"SUPER_SHIFT, F, fullscreen, 0"
|
"SUPER_SHIFT, F, fullscreen, 0"
|
||||||
"SUPER_SHIFT, Space, togglefloating,"
|
"SUPER_SHIFT, Space, togglefloating,"
|
||||||
|
|
||||||
|
# shutdown
|
||||||
|
"SUPER_SHIFT, P, exec, poweroff"
|
||||||
|
|
||||||
# change focus
|
# change focus
|
||||||
"SUPER, left, movefocus, l"
|
"SUPER, left, movefocus, l"
|
||||||
"SUPER, right, movefocus, r"
|
"SUPER, right, movefocus, r"
|
||||||
|
Reference in New Issue
Block a user