Kieran's opinionated (and probably slightly dumb) nix config

feat: enable catppuccin qt theme

+6
+6
home-manager/home.nix
··· 63 63 }; 64 64 }; 65 65 66 + qt = { 67 + style.name = "kvantum"; 68 + platformTheme.name = "kvantum"; 69 + enable = true; 70 + }; 71 + 66 72 # git config 67 73 programs.git = { 68 74 enable = true;