cleanup themes

fix small errors in themes and reset folder changed to preserve initial
Nextcloud sync
This commit is contained in:
2026-03-20 09:27:23 +01:00
parent 005a1b2ad0
commit 01667e2346
11 changed files with 45 additions and 42 deletions

View File

@@ -7,11 +7,11 @@
imports = [
./cursor.nix
./fnott.nix
./gtk.nix
# ./gtk.nix TODO: check why so weird
./hyprlock.nix
./nvim.nix
./taskwarrior.nix
./qt.nix
# ./qt.nix TODO: check why so weird
];
catppuccin = {

View File

@@ -1,5 +1,5 @@
{ ... }:
{
programs.taskwarrior.colorTheme = ./catppuccin-taskwarrior.theme;
programs.taskwarrior.colorTheme = ./taskwarrior.theme;
}