9 lines
101 B
Nix
9 lines
101 B
Nix
{ ... }:
|
|
{
|
|
rose-pine.pointerCursor.enable = true;
|
|
|
|
imports = [
|
|
./gtk.nix
|
|
./qt.nix
|
|
];
|
|
}
|