Non stop entertainment! The wackiest NixOS configuration to-date. thevoid.cafe/projects/puzzlevision
nixos flake flake-parts dotfiles home-manager nix

💡 Fix spelling mistake in enabled

thevoid.cafe 973e9ed9 a40b1c28

verified
+1 -1
+1 -1
modules/home/cli/fish/default.nix
··· 4 4 ... 5 5 }: 6 6 { 7 - # Enable fish through home-manager if enable on system. 7 + # Enable fish through home-manager if enabled on system. 8 8 # This is required for home.sessionVariables and stuff to work. 9 9 programs.fish.enable = osConfig.${namespace}.system.shell.default == "fish"; 10 10 }