aboutsummaryrefslogtreecommitdiff
path: root/hosts/copenhagen/home
diff options
context:
space:
mode:
Diffstat (limited to 'hosts/copenhagen/home')
-rw-r--r--hosts/copenhagen/home/c.nix18
1 files changed, 0 insertions, 18 deletions
diff --git a/hosts/copenhagen/home/c.nix b/hosts/copenhagen/home/c.nix
deleted file mode 100644
index 3420731..0000000
--- a/hosts/copenhagen/home/c.nix
+++ /dev/null
@@ -1,18 +0,0 @@
-{ config, lib, pkgs, inputs, ...}:
-
-{
- imports = [
- inputs.impermanence.nixosModules.home-manager.impermanence
-
- ../../../roles/home
- ];
-
- home.roles = {
- dev = {
- enable = true;
- key = "DE64538967CA0C68";
- };
- };
-
- home.stateVersion = "23.11";
-}