Add hidden partition
This commit is contained in:
parent
161c11c23a
commit
f75eec5484
6 changed files with 161 additions and 0 deletions
7
hosts/hidden/user/default.nix
Normal file
7
hosts/hidden/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