♻ refactor(appearance): Move GTK & Qt to their own folder

Also set the pointerCursor.
This commit is contained in:
punkfairie 2024-11-03 13:18:49 -08:00
parent bfc3156a1d
commit 81d3eb1a57
Signed by: punkfairie
GPG key ID: 01823C057725C266
4 changed files with 10 additions and 2 deletions

View file

@ -0,0 +1,9 @@
{ ... }:
{
rose-pine.pointerCursor.enable = true;
imports = [
./gtk.nix
./qt.nix
];
}

View file

@ -45,9 +45,8 @@
fonts.fontconfig.defaultFonts.monospace = [ "Maple Mono NF" ]; fonts.fontconfig.defaultFonts.monospace = [ "Maple Mono NF" ];
imports = [ imports = [
./gtk.nix ./appearance
./programs ./programs
./qt.nix
./services ./services
./xdg.nix ./xdg.nix
./xorg ./xorg