We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c3f88fc commit db2083dCopy full SHA for db2083d
modules/default.nix
@@ -113,6 +113,8 @@ in {
113
pv
114
ranger
115
screen
116
+ bat
117
+ xsv
118
] ++ cfg.extraHomePackages;
119
120
xdg = {
@@ -157,6 +159,8 @@ in {
157
159
package = pkgs.nixFlakes;
158
160
extraOptions = ''
161
experimental-features = nix-command flakes
162
+ substituters = https://cache.nixos.org https://nix-community.cachix.org https://chvp.cachix.org
163
+ trusted-public-keys = cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY= nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs= chvp.cachix.org-1:eIG26KkeA+R3tCpvmaayA9i3KVVL06G+qB5ci4dHBT4=
164
'';
165
gc = {
166
automatic = true;
modules/postfix/aliases.secret.nix
162 Bytes
0 commit comments