my over complex system configurations dotfiles.isabelroses.com/
nixos nix flake dotfiles linux
9
fork

Configure Feed

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

modules/iso/nix: add my cache

isabel 8e692365 0acfbbeb

+2
+2
modules/iso/nix.nix
··· 37 37 substituters = [ 38 38 "https://nix-community.cachix.org" # nix-community cache 39 39 "https://extersia.cachix.org" # packages for some of my stuff 40 + "https://isabelroses.cachix.org" # some of my extra packages like lix 40 41 "https://catppuccin.cachix.org" # a cache for all catppuccin ports 41 42 ]; 42 43 43 44 trusted-public-keys = [ 44 45 "nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs=" 45 46 "extersia.cachix.org-1:ZHy9765xrhn4lDKGTzWWykHC+B091oTqNxClgc78MQU=" 47 + "isabelroses.cachix.org-1:mXdV/CMcPDaiTmkQ7/4+MzChpOe6Cb97njKmBQQmLPM=" 46 48 "catppuccin.cachix.org-1:noG/4HkbhJb+lUAdKrph6LaozJvAeEEZj4N732IysmU=" 47 49 ]; 48 50 };