summaryrefslogtreecommitdiff
path: root/machines/z/home.nix
diff options
context:
space:
mode:
Diffstat (limited to 'machines/z/home.nix')
-rw-r--r--machines/z/home.nix20
1 files changed, 0 insertions, 20 deletions
diff --git a/machines/z/home.nix b/machines/z/home.nix
deleted file mode 100644
index 564d4d5..0000000
--- a/machines/z/home.nix
+++ /dev/null
@@ -1,20 +0,0 @@
-{ pkgs, ... }:
-
-{
-
- home = {
- username = "compromyse";
- homeDirectory = "/home/compromyse";
- };
-
- imports = [
- ../../config/themes.nix
- ../../config/alacritty
- ];
-
- home.packages = with pkgs; [
- wget
- ];
-
- home.stateVersion = "23.11";
-}