aboutsummaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--flake.nix22
1 files changed, 0 insertions, 22 deletions
diff --git a/flake.nix b/flake.nix
index 8762c80..6e08393 100644
--- a/flake.nix
+++ b/flake.nix
@@ -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; };