From 6a9d2ba56246ef65cb1c8552611dbc5a0dd57fbe Mon Sep 17 00:00:00 2001 From: schererleander Date: Thu, 6 Nov 2025 11:55:13 +0100 Subject: remove already declared packages --- hosts/lilith/configuration.nix | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'hosts') 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; }; }; -- cgit v1.3.1