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