nix fmt
This commit is contained in:
parent
8b39a1d5ea
commit
209856aa38
2 changed files with 2 additions and 2 deletions
|
|
@ -173,7 +173,7 @@ in {
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
extraConfig = ''
|
extraConfig = ''
|
||||||
for_window [app_id="scratchterm"] floating enable
|
for_window [app_id="scratchterm"] floating enable
|
||||||
for_window [app_id="scratchterm"] move to scratchpad
|
for_window [app_id="scratchterm"] move to scratchpad
|
||||||
|
|
|
||||||
|
|
@ -71,7 +71,7 @@ in {
|
||||||
enableNotifications = true;
|
enableNotifications = true;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
networking.useDHCP = false; # The global useDHCP flag is deprecated, therefore explicitly set to false here.
|
networking.useDHCP = false; # The global useDHCP flag is deprecated, therefore explicitly set to false here.
|
||||||
|
|
||||||
programs.dconf.enable = true;
|
programs.dconf.enable = true;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue