my nixos config
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

disable suspend when the laptop is plugged in

chfour 70b508e5 611279af

+4
+4
users/chfour/env-gnome.nix
··· 44 44 custom-font = "Terminus 11"; 45 45 }; 46 46 47 + # don't try to suspend while plugged in 48 + "org/gnome/settings-daemon/plugins/power" = { 49 + sleep-inactive-ac-type = "nothing"; 50 + }; 47 51 48 52 # extension prefs 49 53 "org/gnome/shell" = {