❄️ Nix configurations
0
fork

Configure Feed

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

update depr conf

+2 -2
+1 -1
home/common/fish.nix
··· 37 37 38 38 programs.eza = { 39 39 enable = true; 40 - icons = false; 40 + icons = null; 41 41 enableFishIntegration = true; 42 42 43 43 extraOptions = [
+1 -1
nixos/ferret/configuration.nix
··· 10 10 settings.X11Forwarding = true; 11 11 }; 12 12 13 - nix.settings.experimental-features = ["nix-command" "flakes" "repl-flake" "no-url-literals"]; 13 + nix.settings.experimental-features = ["nix-command" "flakes" "no-url-literals"]; 14 14 # Bootloader. 15 15 boot.loader.systemd-boot.enable = true; 16 16 boot.loader.efi.canTouchEfiVariables = true;