Fix
This commit is contained in:
@@ -18,12 +18,10 @@
|
||||
};
|
||||
|
||||
home.file = {
|
||||
file = {
|
||||
".config/ghostty/" = {
|
||||
source = ./config/ghostty;
|
||||
};
|
||||
".config/ghostty/" = {
|
||||
source = ./config/ghostty;
|
||||
};
|
||||
}
|
||||
};
|
||||
|
||||
# Shell apps
|
||||
home.shell.nh.enable = true;
|
||||
|
||||
@@ -9,5 +9,5 @@ window-width = 100
|
||||
|
||||
# Themes
|
||||
background-blur=true
|
||||
background-opacity = 0.75
|
||||
background-opacity = 0.85
|
||||
theme = Spacegray Eighties
|
||||
|
||||
Vendored
-1
@@ -16,7 +16,6 @@ in
|
||||
|
||||
home.packages = with pkgs; [
|
||||
jdk25_headless
|
||||
maven
|
||||
];
|
||||
|
||||
home.sessionVariables = {
|
||||
|
||||
Vendored
-1
@@ -15,7 +15,6 @@ in
|
||||
config = mkIf cfg.enable {
|
||||
|
||||
home.packages = with pkgs; [
|
||||
python315
|
||||
uv
|
||||
];
|
||||
|
||||
|
||||
Vendored
-3
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user