diff options
Diffstat (limited to '')
| -rw-r--r-- | machines/z/home.nix | 20 |
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"; -} |
