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

feat: enable catppuccin qt theme

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