From 0eab12a13f55b5f1eccb7107a8797600d2715ea1 Mon Sep 17 00:00:00 2001 From: Anthony Rodriguez Date: Fri, 20 Dec 2024 18:12:50 +0100 Subject: [PATCH] hosts: remove duplicated imports --- hosts/solaire/default.nix | 2 -- hosts/vamos/default.nix | 2 -- 2 files changed, 4 deletions(-) diff --git a/hosts/solaire/default.nix b/hosts/solaire/default.nix index 3a7d26d..bb587a1 100644 --- a/hosts/solaire/default.nix +++ b/hosts/solaire/default.nix @@ -55,8 +55,6 @@ in { "${hm}/services/flatpak.nix" "${hm}/services/syncthing.nix" - - "${hm}/programs/editors/neovim.nix" ]; extraSpecialArgs = specialArgs; }; diff --git a/hosts/vamos/default.nix b/hosts/vamos/default.nix index 938afef..faf3293 100644 --- a/hosts/vamos/default.nix +++ b/hosts/vamos/default.nix @@ -53,8 +53,6 @@ in { "${hm}/services/syncthing.nix" - "${hm}/programs/editors/neovim.nix" - "${hm}/terminal/emulators/foot.nix" ]; extraSpecialArgs = specialArgs;