aboutsummaryrefslogtreecommitdiff
path: root/hosts
diff options
context:
space:
mode:
Diffstat (limited to 'hosts')
-rw-r--r--hosts/lilith/configuration.nix8
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;
};
};