♻ refactor(appearance): Move GTK & Qt to their own folder
Also set the pointerCursor.
This commit is contained in:
parent
bfc3156a1d
commit
81d3eb1a57
4 changed files with 10 additions and 2 deletions
9
home/appearance/default.nix
Normal file
9
home/appearance/default.nix
Normal file
|
@ -0,0 +1,9 @@
|
||||||
|
{ ... }:
|
||||||
|
{
|
||||||
|
rose-pine.pointerCursor.enable = true;
|
||||||
|
|
||||||
|
imports = [
|
||||||
|
./gtk.nix
|
||||||
|
./qt.nix
|
||||||
|
];
|
||||||
|
}
|
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue