Fixed: Catppuccin for Hyrpland and related
This commit is contained in:
@@ -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 = {
|
||||
|
||||
@@ -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";
|
||||
|
||||
@@ -19,10 +19,6 @@ in
|
||||
./portal.nix
|
||||
];
|
||||
|
||||
catppuccin.hyprland = {
|
||||
enable = true;
|
||||
};
|
||||
|
||||
home.packages = with pkgs; [
|
||||
catppuccin-cursors.mochaDark
|
||||
grim
|
||||
|
||||
@@ -2,8 +2,6 @@
|
||||
|
||||
{
|
||||
|
||||
catppuccin.hyprlock.enable = false;
|
||||
|
||||
# Hyprlock configuration
|
||||
programs.hyprlock = {
|
||||
enable = true;
|
||||
|
||||
@@ -4,10 +4,7 @@
|
||||
...
|
||||
}:
|
||||
{
|
||||
catppuccin.waybar = {
|
||||
enable = true;
|
||||
mode = "createLink";
|
||||
};
|
||||
|
||||
programs.waybar = {
|
||||
enable = true;
|
||||
package = pkgs.waybar;
|
||||
|
||||
@@ -38,6 +38,7 @@
|
||||
sqlitebrowser
|
||||
thunderbird
|
||||
xonotic
|
||||
irssi
|
||||
|
||||
# PDF Tools
|
||||
pandoc
|
||||
|
||||
Reference in New Issue
Block a user