Testing
This commit is contained in:
parent
22c66acd25
commit
6014ae4f9e
12 changed files with 17 additions and 22 deletions
home-manager/common
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
|
@ -10,5 +10,8 @@
|
|||
programs.fish.shellInit = ''
|
||||
set DISABLE_TMUX "true"
|
||||
'';
|
||||
stylix = {
|
||||
targets.gnome.enable = true;
|
||||
};
|
||||
|
||||
}
|
||||
|
|
|
@ -21,6 +21,7 @@
|
|||
"shift+left=previous_tab"
|
||||
"shift+up=toggle_tab_overview"
|
||||
"ctrl+t=new_tab"
|
||||
"ctrl+w=close_surface"
|
||||
];
|
||||
};
|
||||
};
|
||||
|
|
|
@ -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
|
||||
};
|
||||
}
|
||||
|
|
|
@ -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;
|
||||
}
|
||||
|
|
|
@ -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;
|
||||
}
|
||||
|
|
|
@ -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;
|
||||
}
|
||||
|
|
|
@ -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;
|
||||
}
|
||||
|
|
|
@ -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;
|
||||
}
|
||||
|
|
|
@ -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;
|
||||
}
|
||||
|
|
|
@ -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;
|
||||
}
|
||||
|
|
|
@ -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;
|
||||
}
|
||||
|
|
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue