removed unneeded 'config'

This commit is contained in:
2023-09-25 01:29:53 +02:00
parent 98730fbfee
commit 331c1b5d81
13 changed files with 120 additions and 123 deletions

View File

@ -1,11 +1,11 @@
{...}: {
config.targets.genericLinux.enable = false;
targets.genericLinux.enable = false;
config.programs.bash.shellAliases = {
programs.bash.shellAliases = {
hms = "home-manager switch --flake $HOME/.config/home-manager#pc";
};
config.dconf.settings = {
dconf.settings = {
"org/gnome/settings-daemon/plugins/power" = {
sleep-inactive-ac-type = "nothing"; # Automatic suspend/hibernation creates a suspend/hibernation loop
power-button-action = "suspend";