refactor some things, might have broken everything

This commit is contained in:
2026-06-15 02:21:03 +02:00
parent 73e25a00b6
commit 08a5db8508
61 changed files with 1013 additions and 1103 deletions

View File

@ -2,7 +2,8 @@
{
catppuccin = {
enable = true;
autoEnable = true;
autoEnable = false;
flavor = "mocha";
dunst.enable = true;
@ -29,7 +30,7 @@
};
home.file = {
".config/wallpaper.png".source = lib.mkDefault ../utils/wallpaper.png;
".config/lock_screen.jpg".source = lib.mkDefault ../utils/lock_screen.jpg;
".config/wallpaper.png".source = lib.mkDefault ../assets/wallpaper.png;
".config/lock_screen.jpg".source = lib.mkDefault ../assets/lock_screen.jpg;
};
}