Added GTK
This commit is contained in:
parent
32da6a2b70
commit
4beefb3de8
6 changed files with 64 additions and 11 deletions
9
shared/gtk.nix
Normal file
9
shared/gtk.nix
Normal file
|
@ -0,0 +1,9 @@
|
|||
{ pkgs, ...}:
|
||||
{
|
||||
gtk = {
|
||||
enable = true;
|
||||
cursorTheme = {
|
||||
name = "Bibata Modern Ice";
|
||||
};
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue