769 current 2024-06-24 23:43:02 24.11.20240624.36e8d8a 6.9.6-zen1 *

This commit is contained in:
zackartz 2024-06-24 23:43:05 -04:00
parent d202bbfdea
commit 8f4bbf9228
No known key found for this signature in database
GPG key ID: 5B53E53A9A514DBA
2 changed files with 10 additions and 27 deletions

View file

@ -17,14 +17,6 @@ in {
gtk = {
enable = true;
iconTheme = {
package = pkgs.catppuccin-papirus-folders;
name = "Papirus";
};
theme = {
name = "Tokyonight-Dark-B";
package = pkgs.tokyonight-gtk-theme;
};
font = {
name = "Iosevka";
size = 11;
@ -53,15 +45,6 @@ in {
libsForQt5.qt5ct
breeze-icons
];
pointerCursor = {
package = pkgs.catppuccin-cursors.mochaMauve;
name = "catppuccin-mocha-mauve-cursors";
x11 = {
enable = true;
defaultCursor = "catppuccin-mocha-mauve-cursors";
};
size = 24;
};
};
};
}