Compare commits

..

7 commits

Author SHA1 Message Date
cc7aa76671
♻ refactor(appearance): Move GTK & Qt to their own folder
Also set the pointerCursor.
2024-11-03 13:20:01 -08:00
bfc3156a1d
feat(qt): Configure qt 2024-11-03 13:20:01 -08:00
cb800549e8
feat(gtk): Configure GTK 2024-11-03 13:20:01 -08:00
1039161172
feat(dunst): Install dunst 2024-11-03 13:20:01 -08:00
3f09b1c787
🔥 refactor(nixgl): Comment out nixGL 2024-11-03 13:20:00 -08:00
c221e8d432
feat(cb): Install Clipboard & remove copyq 2024-11-03 13:20:00 -08:00
bbfa57c6ab
🚚 refactor(home): Reorganize modules
Instead of having separate folders for each program with a default.nix
inside, moved modules into programs/services/xorg respectively. Xdg was
moved to the root home folder as it makes the most sense there.
2024-11-03 13:20:00 -08:00
4 changed files with 10 additions and 2 deletions

View file

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

View file

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