diff options
Diffstat (limited to 'home')
-rw-r--r-- | home/default.nix | 40 |
1 files changed, 0 insertions, 40 deletions
diff --git a/home/default.nix b/home/default.nix index bbba0e7..0232476 100644 --- a/home/default.nix +++ b/home/default.nix @@ -46,46 +46,6 @@ version = "23.11"; }; - "sefidel@kompakt" = self.lib.mkHome { - username = "sefidel"; - hostname = "kompakt"; - pkgs = import unstable { system = "aarch64-linux"; overlays = with inputs; [ rust.overlays.default neovim.overlay ]; }; - - extraModules = [ - ./profiles/populate.nix - ./profiles/base - ./profiles/gui - ./profiles/browsing - ./profiles/development - ./profiles/communication - ./profiles/multimedia - ./profiles/research - ]; - - version = "23.05"; - }; - - "sefidel@kompakt-darwin" = self.lib.mkHome { - username = "sefidel"; - hostname = "kompakt-darwin"; - pkgs = import unstable { system = "aarch64-darwin"; overlays = with inputs; [ rust.overlays.default /* neovim.overlay // TODO: https://github.com/neovim/neovim/issues/24124 */ helix.overlays.default ]; }; - - extraModules = [ - ./profiles/populate.nix - ./profiles/base - ./profiles/browsing - ./profiles/development - ./profiles/communication - ./profiles/multimedia - ./profiles/research - ./profiles/fonts - - inputs.sops-nix.homeManagerModules.sops - ]; - - version = "23.05"; - }; - "sefidel@cobalt" = self.lib.mkHome { username = "sefidel"; hostname = "cobalt"; |