removed unneeded 'config'
This commit is contained in:
@ -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";
|
||||
|
Reference in New Issue
Block a user