This commit is contained in:
biscuit
2025-05-16 06:42:25 -05:00
parent 01ac3de3ff
commit 34400702a8
4 changed files with 58 additions and 50 deletions
+13
View File
@@ -0,0 +1,13 @@
{
pkgs,
inputs,
system,
...
}: {
environment.systemPackages = [
pkgs.adw-gtk3
pkgs.colloid-icon-theme
pkgs.colloid-gtk-theme
];
}