hosts: remove duplicated imports
This commit is contained in:
parent
089a3363ba
commit
0eab12a13f
2 changed files with 0 additions and 4 deletions
|
@ -55,8 +55,6 @@ in {
|
||||||
|
|
||||||
"${hm}/services/flatpak.nix"
|
"${hm}/services/flatpak.nix"
|
||||||
"${hm}/services/syncthing.nix"
|
"${hm}/services/syncthing.nix"
|
||||||
|
|
||||||
"${hm}/programs/editors/neovim.nix"
|
|
||||||
];
|
];
|
||||||
extraSpecialArgs = specialArgs;
|
extraSpecialArgs = specialArgs;
|
||||||
};
|
};
|
||||||
|
|
|
@ -53,8 +53,6 @@ in {
|
||||||
|
|
||||||
"${hm}/services/syncthing.nix"
|
"${hm}/services/syncthing.nix"
|
||||||
|
|
||||||
"${hm}/programs/editors/neovim.nix"
|
|
||||||
|
|
||||||
"${hm}/terminal/emulators/foot.nix"
|
"${hm}/terminal/emulators/foot.nix"
|
||||||
];
|
];
|
||||||
extraSpecialArgs = specialArgs;
|
extraSpecialArgs = specialArgs;
|
||||||
|
|
Loading…
Reference in a new issue