Testing
This commit is contained in:
parent
bc1e30cb8d
commit
2ed269bab9
1 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
{ hostname, pkgs, desktop, username, ... }: {
|
||||
{ inputs, outputs, theme, hostname, pkgs, desktop, username, ... }: {
|
||||
imports = [
|
||||
../../users/${username}
|
||||
../../common/desktops/${desktop}
|
||||
|
@ -21,7 +21,7 @@
|
|||
];
|
||||
|
||||
# Import home-manager
|
||||
home-manager.extraSpecialArgs = { inherit desktop hostname username; };
|
||||
home-manager.extraSpecialArgs = { inherit inputs outputs desktop hostname username theme; };
|
||||
home-manager.users."${username}" = import ../../../home-manager;
|
||||
|
||||
services.xrdp = {
|
||||
|
|
Loading…
Add table
Reference in a new issue