this repo has no description
0
fork

Configure Feed

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

24 2024-08-19 18:08:25 (current)

+7 -1
+7 -1
flake.nix
··· 92 92 "zola" 93 93 "zoxide" 94 94 "zsh-autosuggestions" 95 + "fd" 95 96 ]; 96 97 casks = [ 97 98 "ableton-live-intro@11" ··· 115 116 116 117 # Create /etc/zshrc that loads the nix-darwin environment. 117 118 programs.zsh.enable = true; # default shell on catalina 118 - programs.fish.enable = true; 119 + 120 + nixpkgs.config.allowUnfree = true; 121 + 122 + programs.fish = with pkgs.fishPlugins; { 123 + enable = true; 124 + }; 119 125 120 126 # Set Git commit hash for darwin-version. 121 127 system.configurationRevision = self.rev or self.dirtyRev or null;