diff options
author | sefidel <contact@sefidel.net> | 2023-09-16 19:01:53 +0900 |
---|---|---|
committer | sefidel <contact@sefidel.net> | 2023-09-16 19:01:53 +0900 |
commit | 4188df087c133fe1899641d43b20b326253cab98 (patch) | |
tree | c24338f47c2578ef7d6b6c9f94727d0956e79776 /home | |
parent | 203deb6b381aa98af908a50d7081d4a24aeaae7a (diff) | |
download | nixrc-4188df087c133fe1899641d43b20b326253cab98.tar.gz nixrc-4188df087c133fe1899641d43b20b326253cab98.zip |
feat(darwin)!: remove darwin
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"; |