forked from fabian/nix
sys: create defaultDesktopPack for sys and move settings into it
This commit is contained in:
parent
2c4d24a33b
commit
87e96b52c3
6 changed files with 87 additions and 91 deletions
|
@ -12,15 +12,11 @@
|
|||
];
|
||||
|
||||
local.sys = {
|
||||
baseline.enable = true;
|
||||
defaultDesktopPack.enable = true;
|
||||
|
||||
yubikey.enable = true;
|
||||
audio.enable = true;
|
||||
graphics.enable = true;
|
||||
virtualisation.enable = true;
|
||||
androidSupport.enable = true;
|
||||
steam.enable = true;
|
||||
gtklock.enable = true;
|
||||
borgsync = {
|
||||
enable = true;
|
||||
paths = [
|
||||
|
@ -30,27 +26,11 @@
|
|||
];
|
||||
repoName = "posixlycorrect";
|
||||
};
|
||||
|
||||
users = {
|
||||
fabian = {
|
||||
enable = true;
|
||||
unixId = 1002;
|
||||
};
|
||||
vanessa.enable = true;
|
||||
};
|
||||
};
|
||||
|
||||
local.sway.enable = true;
|
||||
local.trivionomiconMotd.enable = true;
|
||||
|
||||
networking = {
|
||||
hostName = "posixlycorrect";
|
||||
networkmanager.enable = true;
|
||||
hostId = "0414a727";
|
||||
|
||||
useDHCP = false; # The global useDHCP flag is deprecated, therefore explicitly set to false here.
|
||||
interfaces.enp7s0.useDHCP = true; # Per-interface useDHCP will be mandatory in the future, so this generated config
|
||||
interfaces.wlp6s0.useDHCP = true; # replicates the default behaviour.
|
||||
};
|
||||
|
||||
boot = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue