this repo has no description
4
fork

Configure Feed

Select the types of activity you want to include in your feed.

guh

+15
+15
users/patriot/default.nix
··· 128 128 inputs.nixos-persistence.nixosModules.home-manager.impermanence 129 129 ]; 130 130 131 + gtk = { 132 + enable = true; 133 + theme = { 134 + name = "Catppuccin"; 135 + package = pkgs.catppuccin-gtk; 136 + }; 137 + }; 138 + 131 139 home.persistence."/persist/home/patriot" = let 132 140 mkPaths = prefix: paths: 133 141 builtins.map (n: "${prefix}/${n}") paths; ··· 202 210 # polymc 203 211 cloudflared 204 212 lutris 213 + gnome.gnome-themes-extra 214 + gnome.gnome-tweaks 205 215 ]; 206 216 shellAliases = 207 217 nixosConfig.environment.shellAliases ··· 209 219 harmony-ssh = '' 210 220 ${pkgBin "mosh"} root@chat.harmonyapp.io 211 221 ''; 222 + }; 223 + sessionVariables = 224 + nixosConfig.environment.sessionVariables 225 + // { 226 + FZF_DEFAULT_OPTS = "--color=bg+:#302D41,bg:#1E1E2E,spinner:#F8BD96,hl:#F28FAD --color=fg:#D9E0EE,header:#F28FAD,info:#DDB6F2,pointer:#F8BD96 --color=marker:#F8BD96,fg+:#F2CDCD,prompt:#DDB6F2,hl+:#F28FAD"; 212 227 }; 213 228 }; 214 229 programs = {