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