flake bump

This commit is contained in:
Lennart J. Kurzweg (Nx2)
2024-07-02 22:54:29 +02:00
parent b3f33edf19
commit a7ffa9425a
3 changed files with 68 additions and 62 deletions

View File

@@ -1,6 +1,13 @@
{ config, pkgs, pkgs-unstable, lib, rice, user, ... }:
{ config, pkgs, lib, rice, user, ... }:
let
theme-name = "Catppuccin-Macchiato-Compact-Pink-Dark";
# theme-name = "Colloid-Pink-Dark-Compact";
# theme-package = pkgs.colloid-gtk-theme.override {
# themeVariants = [ "pink" ];
# colorVariants = [ "dark" ];
# sizeVariants = [ "compact" ];
# tweaks = [ "black" ];
# };
theme-name = "catppuccin-macchiato-pink-compact+rimless,black";
theme-package = pkgs.catppuccin-gtk.override {
accents = [ "pink" ];
size = "compact";
@@ -16,7 +23,7 @@ lib.mkIf (user != "tv")
gnome.gnome-tweaks
gtk3
gtk4
catppuccin-gtk
# catppuccin-gtk
bibata-cursors
] ++ [
# pkgs-unstable.themix-gui
@@ -46,9 +53,9 @@ lib.mkIf (user != "tv")
} // rice.cursor;
xdg.configFile = {
"gtk-4.0/assets".source = "${config.gtk.theme.package}/share/themes/${config.gtk.theme.name}/gtk-4.0/assets";
"gtk-4.0/gtk.css".source = "${config.gtk.theme.package}/share/themes/${config.gtk.theme.name}/gtk-4.0/gtk.css";
"gtk-4.0/gtk-dark.css".source = "${config.gtk.theme.package}/share/themes/${config.gtk.theme.name}/gtk-4.0/gtk-dark.css";
"gtk-4.0/assets".source = "${theme-package}/share/themes/${theme-name}/gtk-4.0/assets";
"gtk-4.0/gtk.css".source = "${theme-package}/share/themes/${theme-name}/gtk-4.0/gtk.css";
"gtk-4.0/gtk-dark.css".source = "${theme-package}/share/themes/${theme-name}/gtk-4.0/gtk-dark.css";
};

View File

@@ -233,9 +233,8 @@ lib.mkIf (user != "tv")
no_gaps_when_only = false;
};
master = {
new_is_master = true;
};
# master = {
# };
misc = {
disable_hyprland_logo = true;