Switch to unstable

This commit is contained in:
Paul-Henri Froidmont 2024-10-13 22:52:21 +02:00
parent d23beebddf
commit 683972662b
Signed by: phfroidmont
GPG key ID: BE948AFD7E7873BE
16 changed files with 93 additions and 117 deletions

View file

@ -39,11 +39,11 @@ in
gtk = {
enable = true;
cursorTheme = {
package = pkgs.unstable.paper-icon-theme;
package = pkgs.paper-icon-theme;
name = "Paper";
};
theme = {
package = pkgs.unstable.adw-gtk3;
package = pkgs.adw-gtk3;
name = "adw-gtk3";
};
iconTheme = {
@ -63,7 +63,7 @@ in
home = {
pointerCursor = {
package = pkgs.unstable.paper-icon-theme;
package = pkgs.paper-icon-theme;
name = "Paper";
size = 24;
gtk.enable = true;