mirror of
https://github.com/sadan4/dotfiles.git
synced 2025-06-27 06:28:20 -04:00
pray
This commit is contained in:
parent
54dea756ff
commit
530dbe25b9
5 changed files with 78 additions and 1 deletions
|
@ -18,6 +18,7 @@ in
|
|||
(import ../../systemModules/nixHelper.nix { inherit NAME; })
|
||||
(import ../../programs/wireshark.nix { inherit NAME; })
|
||||
(import ../../programs/kanata.nix { inherit NAME; })
|
||||
import ./docker/vw/nginx.nix
|
||||
];
|
||||
users = {
|
||||
users = {
|
||||
|
@ -39,7 +40,14 @@ in
|
|||
home-manager = {
|
||||
extraSpecialArgs = { inherit inputs stable unstable; };
|
||||
users = {
|
||||
"${NAME}" = import ./home.nix;
|
||||
"${NAME}" =
|
||||
{ ... }:
|
||||
{
|
||||
imports = [
|
||||
../docker/vw
|
||||
./home.nix
|
||||
];
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue