diff options
Diffstat (limited to '')
| -rw-r--r-- | flake.nix | 22 |
1 files changed, 0 insertions, 22 deletions
@@ -44,28 +44,6 @@ system = "x86_64-linux"; }; }; - - homeConfigurations = { - "fcuny@carmel" = lib.mkHome { - username = "fcuny"; - system = "x86_64-linux"; - hostname = "carmel"; - isDesktop = true; - isTrusted = true; - }; - "fcuny@aptos" = lib.mkHome { - username = "fcuny"; - system = "x86_64-linux"; - hostname = "aptos"; - isDesktop = true; - isTrusted = true; - }; - "fcuny@tahoe" = lib.mkHome { - username = "fcuny"; - system = "x86_64-linux"; - hostname = "tahoe"; - }; - }; } // inputs.utils.lib.eachDefaultSystem (system: let pkgs = import inputs.nixpkgs { inherit system; }; |
