First build; Too many bugs...

This commit is contained in:
2026-03-27 23:54:05 +01:00
parent 8d326d27c9
commit 21bff544f3
27 changed files with 983 additions and 392 deletions

View File

@@ -1,6 +1,6 @@
{ pkgs, ... }:
{ pkgs, lib, ... }:
{
home.packages = with pkgs; [ catppuccin-papirus-folders ];
home.packages = with pkgs; [ catppuccin-papirus-folders adwaita-icon-theme];
gtk = {
enable = true;
@@ -17,12 +17,12 @@
iconTheme = {
name = "Papirus-Dark";
package = pkgs.papirus-icon-theme;
package = lib.mkForce pkgs.catppuccin-papirus-folders; # deactivate and check
};
cursorTheme = {
name = "catppuccin-mocha-dark";
package = pkgs.catppuccin-cursors.mocha-dark;
package = pkgs.catppuccin-cursors.mochaDark;
size = 24;
};