mirror of
https://github.com/Jokiller230/puzzlevision.git
synced 2025-09-11 13:20:04 +00:00
refactor(module): clean up some module inputs
feat(module): add use-lix option to nix module feat(module): update fish config for catppuccin
This commit is contained in:
parent
3f767068d2
commit
fde4abd59d
16 changed files with 173 additions and 115 deletions
|
@ -31,29 +31,19 @@
|
|||
};
|
||||
|
||||
theme = {
|
||||
#name = "Colloid-Dark-Catppuccin";
|
||||
#package = pkgs.colloid-gtk-theme.override {
|
||||
#themeVariants = ["default"];
|
||||
#colorVariants = ["dark"];
|
||||
#sizeVariants = ["standard"];
|
||||
#tweaks = ["catppuccin"];
|
||||
#};
|
||||
|
||||
name = "Graphite-teal-Dark-nord";
|
||||
package = pkgs.graphite-gtk-theme.override {
|
||||
themeVariants = ["blue" "teal"];
|
||||
colorVariants = ["dark"];
|
||||
sizeVariants = ["standard"];
|
||||
tweaks = ["nord"];
|
||||
withGrub = true;
|
||||
grubScreens = ["1080p"];
|
||||
name = "Colloid-Dark-Catppuccin";
|
||||
package = pkgs.colloid-gtk-theme.override {
|
||||
themeVariants = ["default"];
|
||||
colorVariants = ["dark"];
|
||||
sizeVariants = ["standard"];
|
||||
tweaks = ["catppuccin"];
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
dconf.settings = {
|
||||
"org/gnome/shell/extensions/user-theme" = {
|
||||
name = "Graphite-teal-Dark-nord";
|
||||
name = "Colloid-Dark-Catppuccin";
|
||||
};
|
||||
|
||||
"org/gnome/desktop/interface" = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue