diff options
| author | Raghuram Subramani <raghus2247@gmail.com> | 2024-02-01 18:40:39 +0530 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-02-01 18:40:39 +0530 |
| commit | 88cc3e7e0765b5dd11b06db442ad46536342bba5 (patch) | |
| tree | d3b1c7b0d54ef3c2274d64967a3bcd2818c03c8e /machines/z/home.nix | |
| parent | 01bb0877c285383fd2857920048bd2576f4d31e9 (diff) | |
Updates (#1)
* .
* .
* .
* .
* .
* .
* .
* .
* .
* .
* update
* .
* temp
* .
* .
* .
* .
* .
* .
* .
* .
* .
* .
* .
* .
* temp
* .
* .
* .
* update
Diffstat (limited to 'machines/z/home.nix')
| -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"; -} |
