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:
2023-09-25 20:02:11 +02:00
parent de46bcead1
commit a2cd8d467f
27 changed files with 21 additions and 4 deletions

View 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";
};
};
}