This commit is contained in:
albert 2025-01-29 12:07:37 -08:00
parent 22c66acd25
commit 6014ae4f9e
Signed by: albert
GPG key ID: 3895DD267CA11BA9
12 changed files with 17 additions and 22 deletions
home-manager/common
desktops/gnome
software/gui
stylix
common
themes
default/home-manager
green/home-manager
gruvbox/home-manager
sakura-day/home-manager
sakura-night/home-manager
stylix-day/home-manager
stylix/home-manager
tokyo-day/home-manager
tokyo-night/home-manager

View file

@ -10,5 +10,8 @@
programs.fish.shellInit = ''
set DISABLE_TMUX "true"
'';
stylix = {
targets.gnome.enable = true;
};
}

View file

@ -21,6 +21,7 @@
"shift+left=previous_tab"
"shift+up=toggle_tab_overview"
"ctrl+t=new_tab"
"ctrl+w=close_surface"
];
};
};

View file

@ -1,8 +1,8 @@
{ lib, ... }: {
stylix.targets = {
tmux.enable = lib.mkForce false; # Config in main hm configs
zellij.enable = lib.mkForce false; # Config in main hm configs
fish.enable = lib.mkForce false; # Slow load times
btop.enable = lib.mkForce false; # This usually looks better
tmux.enable = lib.mkForce false; # Config in main hm configs
zellij.enable = lib.mkForce false; # Config in main hm configs
fish.enable = lib.mkForce false; # Slow load times
btop.enable = lib.mkForce false; # This usually looks better
};
}

View file

@ -1,5 +1,4 @@
{ lib, ... }: {
programs.ghostty.settings.theme = lib.mkForce "Ayu Mirage";
# FIX: This isn't quite available in 24.11
# stylix.targets.ghostty.enable = false;
stylix.targets.ghostty.enable = true;
}

View file

@ -1,5 +1,4 @@
{ lib, ... }: {
programs.ghostty.settings.theme = lib.mkForce "Ayu Mirage";
# FIX: This isn't quite available in 24.11
# stylix.targets.ghostty.enable = false;
stylix.targets.ghostty.enable = true;
}

View file

@ -1,5 +1,4 @@
{ lib, ... }: {
programs.ghostty.settings.theme = lib.mkForce "GruvboxDark";
# FIX: This isn't quite available in 24.11
# stylix.targets.ghostty.enable = false;
stylix.targets.ghostty.enable = true;
}

View file

@ -1,5 +1,4 @@
{ lib, ... }: {
programs.ghostty.settings.theme = lib.mkForce "catpuccin-latte";
# FIX: This isn't quite available in 24.11
# stylix.targets.ghostty.enable = false;
stylix.targets.ghostty.enable = true;
}

View file

@ -1,5 +1,4 @@
{ lib, ... }: {
programs.ghostty.settings.theme = lib.mkForce "sakura";
# FIX: This isn't quite available in 24.11
# stylix.targets.ghostty.enable = false;
stylix.targets.ghostty.enable = true;
}

View file

@ -1,5 +1,4 @@
{ lib, ... }: {
programs.ghostty.settings.theme = lib.mkForce "Ayu Mirage";
# FIX: This isn't quite available in 24.11
# stylix.targets.ghostty.enable = false;
stylix.targets.ghostty.enable = true;
}

View file

@ -1,5 +1,4 @@
{ lib, ... }: {
programs.ghostty.settings.theme = lib.mkForce "Ayu Mirage";
# FIX: This isn't quite available in 24.11
# stylix.targets.ghostty.enable = false;
stylix.targets.ghostty.enable = true;
}

View file

@ -1,5 +1,4 @@
{ lib, ... }: {
programs.ghostty.settings.theme = lib.mkForce "Ayu Mirage";
# FIX: This isn't quite available in 24.11
# stylix.targets.ghostty.enable = false;
stylix.targets.ghostty.enable = true;
}

View file

@ -1,5 +1,4 @@
{ lib, ... }: {
programs.ghostty.settings.theme = lib.mkForce "tokyonight_night";
# FIX: This isn't quite available in 24.11
# stylix.targets.ghostty.enable = false;
stylix.targets.ghostty.enable = true;
}