Teting
This commit is contained in:
parent
452c7b2b45
commit
a2b28b4021
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,6 @@
|
|||
../../common/software/cli/scripts.nix
|
||||
../../common/services/tailscale-autoconnect.nix
|
||||
../../common/services/syncthing.nix
|
||||
inputs.home-manager.flakeModules.home-manager
|
||||
];
|
||||
|
||||
hardware.pulseaudio.extraModules = [ pkgs.pulseaudio-module-xrdp ];
|
||||
|
@ -22,6 +21,7 @@
|
|||
];
|
||||
|
||||
# Import home-manager
|
||||
home-manager.programs.home-manager.enable = true;
|
||||
home-manager.extraSpecialArgs = { inherit inputs outputs desktop hostname username theme; };
|
||||
home-manager.users."${username}" = import ../../../home-manager;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue