marleyos/home/appearance/default.nix

10 lines
101 B
Nix
Raw Normal View History

{ ... }:
{
rose-pine.pointerCursor.enable = true;
imports = [
./gtk.nix
./qt.nix
];
}