Compare commits
7 commits
d7fed34549
...
cc7aa76671
Author | SHA1 | Date | |
---|---|---|---|
cc7aa76671 | |||
bfc3156a1d | |||
cb800549e8 | |||
1039161172 | |||
3f09b1c787 | |||
c221e8d432 | |||
bbfa57c6ab |
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 = true;
|
||||
|
||||
imports = [
|
||||
./gtk.nix
|
||||
./qt.nix
|
||||
];
|
||||
}
|
|
@ -45,9 +45,8 @@
|
|||
fonts.fontconfig.defaultFonts.monospace = [ "Maple Mono NF" ];
|
||||
|
||||
imports = [
|
||||
./gtk.nix
|
||||
./appearance
|
||||
./programs
|
||||
./qt.nix
|
||||
./services
|
||||
./xdg.nix
|
||||
./xorg
|
||||
|
|
Loading…
Reference in a new issue