Compare commits

..

7 commits

Author SHA1 Message Date
d7fed34549
feat(qt): Configure qt 2024-11-03 13:16:43 -08:00
3f625b4fde
feat(gtk): Configure GTK 2024-11-03 12:57:27 -08:00
19656c8719
feat(dunst): Install dunst 2024-11-03 12:22:58 -08:00
d12ac816d2
🔥 refactor(nixgl): Comment out nixGL 2024-11-03 11:33:32 -08:00
6f39217f22
feat(cb): Install Clipboard & remove copyq 2024-11-03 11:00:29 -08:00
76ba63317d
fixup! 🚚 refactor(home): Reorganize modules 2024-11-03 10:51:49 -08:00
3c125cd451
🚚 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 10:33:32 -08:00
4 changed files with 2 additions and 10 deletions

View file

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

View file

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