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 = {
enable = false;
accent = "sky";
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 = {

View File

@@ -8,12 +8,12 @@ in
packages = with pkgs; [
adwaita-icon-theme
];
pointerCursor = {
gtk.enable = true;
name = "catppuccin-mocha-sapphire-cursors";
package = pkgs.catppuccin-cursors.mochaSapphire;
size = 24;
};
#pointerCursor = {
# gtk.enable = true;
# name = "catppuccin-mocha-sapphire-cursors";
# package = pkgs.catppuccin-cursors.mochaSapphire;
# size = 24;
#};
file = {
".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";

View File

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

View File

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

View File

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

View File

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