mirror of
https://github.com/sadan4/dotfiles.git
synced 2025-06-20 11:17:02 -04:00
IT WAS THE WRONG FILE THIS WHOLE TIME[13;2u
This commit is contained in:
parent
dfac3cc6ca
commit
2be375c6ea
2 changed files with 21 additions and 17 deletions
|
@ -18,8 +18,6 @@ in
|
|||
(import ../../systemModules/nixHelper.nix { inherit NAME; })
|
||||
(import ../../programs/wireshark.nix { inherit NAME; })
|
||||
(import ../../programs/kanata.nix { inherit NAME; })
|
||||
] ++ [
|
||||
(builtins.trace "importing nginx.nix" import ../docker/vw/nginx.nix)
|
||||
];
|
||||
users = {
|
||||
users = {
|
||||
|
@ -41,14 +39,7 @@ in
|
|||
home-manager = {
|
||||
extraSpecialArgs = { inherit inputs stable unstable; };
|
||||
users = {
|
||||
"${NAME}" =
|
||||
{ ... }:
|
||||
{
|
||||
imports = [
|
||||
../docker/vw
|
||||
./home.nix
|
||||
];
|
||||
};
|
||||
"${NAME}" = import ./home.nix;
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue