Add Detritus
This commit is contained in:
parent
822fa6eae2
commit
ca2d6e4091
14 changed files with 211 additions and 14 deletions
7
hosts/detritus/user/default.nix
Normal file
7
hosts/detritus/user/default.nix
Normal file
|
@ -0,0 +1,7 @@
|
|||
{ config, lib, ... }:
|
||||
{
|
||||
home-manager.users."${config.sysusers.main}".home = {
|
||||
guifull.enable = true;
|
||||
stateVersion = lib.mkForce config.system.stateVersion;
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue