This commit is contained in:
2026-02-19 09:03:17 +01:00
parent 0f0be167c0
commit de17456cc2
5 changed files with 4 additions and 11 deletions
+3 -5
View File
@@ -18,12 +18,10 @@
};
home.file = {
file = {
".config/ghostty/" = {
source = ./config/ghostty;
};
".config/ghostty/" = {
source = ./config/ghostty;
};
}
};
# Shell apps
home.shell.nh.enable = true;
+1 -1
View File
@@ -9,5 +9,5 @@ window-width = 100
# Themes
background-blur=true
background-opacity = 0.75
background-opacity = 0.85
theme = Spacegray Eighties
-1
View File
@@ -16,7 +16,6 @@ in
home.packages = with pkgs; [
jdk25_headless
maven
];
home.sessionVariables = {
-1
View File
@@ -15,7 +15,6 @@ in
config = mkIf cfg.enable {
home.packages = with pkgs; [
python315
uv
];
-3
View File
@@ -1,5 +1,4 @@
{
pkgs,
lib,
config,
...
@@ -14,8 +13,6 @@ in
};
config = mkIf cfg.enable {
home.packages = with pkgs; [ rustup ];
home.sessionVariables = {
CARGO_HOME = "${config.home.sessionVariables.XDG_DATA_HOME}/cargo";
RUSTUP_HOME = "${config.home.sessionVariables.XDG_DATA_HOME}/rustup";