diff options
| -rw-r--r-- | hosts/darwin/home.nix | 3 | ||||
| -rw-r--r-- | hosts/nixos/home.nix | 2 |
2 files changed, 5 insertions, 0 deletions
diff --git a/hosts/darwin/home.nix b/hosts/darwin/home.nix index 8ec0c4d..2eed3d7 100644 --- a/hosts/darwin/home.nix +++ b/hosts/darwin/home.nix @@ -18,6 +18,8 @@ #dev gcc + maven + cmake lua-language-server pyright go @@ -39,6 +41,7 @@ # No aarh64-darwin #chromium.enable = true; spicetify.enable = true; + zathura.enable = true; vscode.enable = true; home.stateVersion = "24.11"; diff --git a/hosts/nixos/home.nix b/hosts/nixos/home.nix index a336b4f..30576a5 100644 --- a/hosts/nixos/home.nix +++ b/hosts/nixos/home.nix @@ -27,6 +27,8 @@ #dev gcc + maven + cmake lua-language-server pyright jdk |
