Added GTK

This commit is contained in:
fwastring 2025-09-03 12:53:45 +02:00
parent 32da6a2b70
commit 4beefb3de8
6 changed files with 64 additions and 11 deletions

9
shared/gtk.nix Normal file
View file

@ -0,0 +1,9 @@
{ pkgs, ...}:
{
gtk = {
enable = true;
cursorTheme = {
name = "Bibata Modern Ice";
};
};
}