Add Jovian back again to try it out
This commit is contained in:
parent
3d3c89c326
commit
5c8c68331d
11 changed files with 256 additions and 19 deletions
8
hosts/jupiter/users/main/default.nix
Normal file
8
hosts/jupiter/users/main/default.nix
Normal file
|
@ -0,0 +1,8 @@
|
|||
{ config, lib, ... }:
|
||||
{
|
||||
home-manager.users."${config.sysusers.main}".home = {
|
||||
desktop.enable = true;
|
||||
remote-desktop.enable = true;
|
||||
stateVersion = lib.mkForce config.system.stateVersion;
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue