Fixed: Catppuccin for Hyrpland and related

This commit is contained in:
2026-03-28 21:25:45 +01:00
parent 3f8b11c058
commit 78bf922920
6 changed files with 46 additions and 16 deletions

View File

@@ -30,7 +30,45 @@
catppuccin = { catppuccin = {
enable = false; enable = false;
accent = "sky";
flavor = "mocha"; flavor = "mocha";
eza.enable = true;
fzf.enable = true;
element-desktop = {
enable = true;
accent = "green";
};
btop.enable = true;
cava = {
enable = true;
transparent = true;
};
cursors = {
enable = true;
accent = "sapphire";
};
hyprland = {
enable = true;
};
hyprlock = {
enable = true;
useDefaultConfig = false;
};
waybar = {
enable = true;
mode = "createLink";
};
gtk.icon.enable = true;
}; };
home = { home = {

View File

@@ -8,12 +8,12 @@ in
packages = with pkgs; [ packages = with pkgs; [
adwaita-icon-theme adwaita-icon-theme
]; ];
pointerCursor = { #pointerCursor = {
gtk.enable = true; # gtk.enable = true;
name = "catppuccin-mocha-sapphire-cursors"; # name = "catppuccin-mocha-sapphire-cursors";
package = pkgs.catppuccin-cursors.mochaSapphire; # package = pkgs.catppuccin-cursors.mochaSapphire;
size = 24; # size = 24;
}; #};
file = { file = {
".config/gtk-4.0/gtk.css".source = "${theme}/share/themes/${theme_name}/gtk-4.0/gtk.css"; ".config/gtk-4.0/gtk.css".source = "${theme}/share/themes/${theme_name}/gtk-4.0/gtk.css";
".config/gtk-4.0/gtk-dark.css".source = "${theme}/share/themes/${theme_name}/gtk-4.0/gtk-dark.css"; ".config/gtk-4.0/gtk-dark.css".source = "${theme}/share/themes/${theme_name}/gtk-4.0/gtk-dark.css";

View File

@@ -19,10 +19,6 @@ in
./portal.nix ./portal.nix
]; ];
catppuccin.hyprland = {
enable = true;
};
home.packages = with pkgs; [ home.packages = with pkgs; [
catppuccin-cursors.mochaDark catppuccin-cursors.mochaDark
grim grim

View File

@@ -2,8 +2,6 @@
{ {
catppuccin.hyprlock.enable = false;
# Hyprlock configuration # Hyprlock configuration
programs.hyprlock = { programs.hyprlock = {
enable = true; enable = true;

View File

@@ -4,10 +4,7 @@
... ...
}: }:
{ {
catppuccin.waybar = {
enable = true;
mode = "createLink";
};
programs.waybar = { programs.waybar = {
enable = true; enable = true;
package = pkgs.waybar; package = pkgs.waybar;

View File

@@ -38,6 +38,7 @@
sqlitebrowser sqlitebrowser
thunderbird thunderbird
xonotic xonotic
irssi
# PDF Tools # PDF Tools
pandoc pandoc