feat: move to stable

This commit is contained in:
zack 2024-09-12 19:29:12 -04:00
parent 31d2590613
commit 1a5c9794aa
No known key found for this signature in database
GPG key ID: 5F873416BCF59F35
11 changed files with 81 additions and 44 deletions

View file

@ -27,12 +27,12 @@ in {
theme = {
name = "Tokyonight-Dark";
package = pkgs.tokyonight-gtk-theme;
package = pkgs-unstable.tokyonight-gtk-theme;
};
iconTheme = {
name = "Papirus-Dark";
package = pkgs.catppuccin-papirus-folders.override {
package = pkgs-unstable.catppuccin-papirus-folders.override {
accent = ctp.accent;
flavor = ctp.flavor;
};