Configuration for my NixOS based systems and Home Manager
0
fork

Configure Feed

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

ADD: tzdata, nix-index

+7
+7
packages.nix
··· 46 46 environment.systemPackages = with pkgs; [ 47 47 neovim 48 48 appimage-run 49 + tzdata 49 50 wget 50 51 kitty 51 52 file ··· 102 103 libclang 103 104 systemdLibs 104 105 ]; 106 + }; 107 + programs.nix-index = { 108 + enable = true; 109 + enableFishIntegration = true; 110 + enableBashIntegration = false; 111 + enableZshIntegration = false; 105 112 }; 106 113 107 114 # Run other bins in QEMU