":w
This commit is contained in:
parent
b9c8f36427
commit
a9591bb6d9
1 changed files with 5 additions and 2 deletions
|
@ -20,8 +20,11 @@
|
|||
];
|
||||
|
||||
# Import home-manager
|
||||
home-manager.extraSpecialArgs = { inherit inputs outputs desktop hostname username theme deployment_type; };
|
||||
home-manager.users."${username}" = import ../../../home-manager;
|
||||
home-manager = {
|
||||
backupFileExtension = "backup";
|
||||
extraSpecialArgs = { inherit inputs outputs desktop hostname username theme deployment_type; };
|
||||
users."${username}" = import ../../../home-manager;
|
||||
};
|
||||
|
||||
services.xrdp = {
|
||||
enable = true;
|
||||
|
|
Loading…
Add table
Reference in a new issue