Add catppuccin themeing

This commit is contained in:
Fabian Hauser 2024-04-10 10:47:56 +07:00
parent 3f4a4c838d
commit 4eea2232fb
12 changed files with 47 additions and 32 deletions

View file

@ -30,4 +30,6 @@
};
Install = { WantedBy = [ "sway-session.target" ]; };
};
programs.swaylock.catppuccin.enable = true;
}