mirror of
https://github.com/sadan4/dotfiles.git
synced 2025-06-07 13:03:03 -04:00
add desktop wsl
This commit is contained in:
parent
c3c311cd37
commit
4b4159b27d
3 changed files with 47 additions and 10 deletions
|
@ -4,7 +4,6 @@ let
|
|||
in
|
||||
{
|
||||
imports = [
|
||||
(import ../../systemModules/sops.nix { inherit NAME; })
|
||||
(import ../../systemModules/nixHelper.nix { inherit NAME; })
|
||||
];
|
||||
users = {
|
||||
|
@ -25,6 +24,7 @@ in
|
|||
};
|
||||
};
|
||||
home-manager = {
|
||||
useUserPackages = true;
|
||||
extraSpecialArgs = { inherit inputs stable unstable; };
|
||||
users = {
|
||||
"${NAME}" = import ./home.nix;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue