2023-09-22 20:13:46 +00:00
|
|
|
{...}: {
|
2023-09-24 23:29:53 +00:00
|
|
|
targets.genericLinux.enable = false;
|
2023-08-27 19:17:36 +00:00
|
|
|
|
2023-09-24 23:29:53 +00:00
|
|
|
programs.bash.shellAliases = {
|
2023-09-22 20:13:46 +00:00
|
|
|
hms = "home-manager switch --flake $HOME/.config/home-manager#pc";
|
2023-08-31 12:59:22 +00:00
|
|
|
};
|
|
|
|
|
2023-09-24 23:29:53 +00:00
|
|
|
dconf.settings = {
|
2023-08-27 19:17:36 +00:00
|
|
|
"org/gnome/settings-daemon/plugins/power" = {
|
|
|
|
sleep-inactive-ac-type = "nothing"; # Automatic suspend/hibernation creates a suspend/hibernation loop
|
|
|
|
power-button-action = "suspend";
|
|
|
|
};
|
|
|
|
};
|
|
|
|
}
|