diff options
| author | schererleander <leander@schererleander.de> | 2025-11-06 11:55:13 +0100 |
|---|---|---|
| committer | schererleander <leander@schererleander.de> | 2025-11-06 11:55:22 +0100 |
| commit | 6a9d2ba56246ef65cb1c8552611dbc5a0dd57fbe (patch) | |
| tree | 15279cee6f30702f7ad221f6e7f2378ccfd6de02 /hosts/lilith | |
| parent | 9147307eadcfb9a18afff66b6d824a37bd48d190 (diff) | |
remove already declared packages
Diffstat (limited to 'hosts/lilith')
| -rw-r--r-- | hosts/lilith/configuration.nix | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/hosts/lilith/configuration.nix b/hosts/lilith/configuration.nix index b8e6a20..92f9d7f 100644 --- a/hosts/lilith/configuration.nix +++ b/hosts/lilith/configuration.nix @@ -1,7 +1,6 @@ { pkgs, host, - inputs, username, ... }: @@ -24,19 +23,21 @@ htop ffmpeg wget - imagemagick zathura - zoxide gemini-cli iterm2 rectangle slack podman + jetbrains.idea-community nerd-fonts.symbols-only ]; home.stateVersion = "25.11"; + home.sessionVariables = { + PATH = "/opt/homebrew/opt/openjdk@21/bin:$PATH"; + }; }; system.primaryUser = username; @@ -86,6 +87,7 @@ spicetify.enable = true; zed-editor.enable = true; obsidian.enable = true; + opencode.enable = true; }; }; |
