restructured
* laptop, pc and common now live in systems * new dev shell to run dconf2nix * New dconf weather entry (currently not functional)
This commit is contained in:
14
systems/laptop/default.nix
Normal file
14
systems/laptop/default.nix
Normal file
@ -0,0 +1,14 @@
|
||||
{...}: {
|
||||
targets.genericLinux.enable = false;
|
||||
|
||||
programs.bash.shellAliases = {
|
||||
hms = "home-manager switch --flake $HOME/.config/home-manager#laptop";
|
||||
};
|
||||
|
||||
dconf.settings = {
|
||||
"org/gnome/settings-daemon/plugins/power" = {
|
||||
sleep-inactive-ac-type = "suspend";
|
||||
power-button-action = "hibernate";
|
||||
};
|
||||
};
|
||||
}
|
Reference in New Issue
Block a user