diff options
author | Minijackson <minijackson@riseup.net> | 2023-06-02 18:23:01 +0200 |
---|---|---|
committer | Minijackson <minijackson@riseup.net> | 2023-06-02 18:25:28 +0200 |
commit | 507f7632b0b29a26f46c7758bfc47b5e0619cc78 (patch) | |
tree | 5c89f1372886b3d2c3f81a418e21c2480eb88ba6 /usecases/desktop/graphical/gtk.nix | |
parent | 0434b8b808a07202da34d304c9f107a4796b39bb (diff) | |
download | nixos-config-reborn-507f7632b0b29a26f46c7758bfc47b5e0619cc78.tar.gz nixos-config-reborn-507f7632b0b29a26f46c7758bfc47b5e0619cc78.zip |
treewide: limit usage of unstable packages
Diffstat (limited to 'usecases/desktop/graphical/gtk.nix')
-rw-r--r-- | usecases/desktop/graphical/gtk.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usecases/desktop/graphical/gtk.nix b/usecases/desktop/graphical/gtk.nix index 387d984..3ed7c91 100644 --- a/usecases/desktop/graphical/gtk.nix +++ b/usecases/desktop/graphical/gtk.nix | |||
@@ -101,7 +101,7 @@ in { | |||
101 | # TODO: properly modify the colors | 101 | # TODO: properly modify the colors |
102 | # High priority, because gnome-themes-extra below also pulls the | 102 | # High priority, because gnome-themes-extra below also pulls the |
103 | # Adwaita icon theme, which leads to a conflict | 103 | # Adwaita icon theme, which leads to a conflict |
104 | package = lib.hiPrio (pkgs.unstable.tela-circle-icon-theme.override { | 104 | package = lib.hiPrio (pkgs.tela-circle-icon-theme.override { |
105 | colorVariants = ["brown"]; | 105 | colorVariants = ["brown"]; |
106 | }); | 106 | }); |
107 | name = "Tela-circle-brown-dark"; | 107 | name = "Tela-circle-brown-dark"; |