Flake for my NixOS devices

Fix root not being able to cd

bwc9876.dev e6dfc0cf e7d8bf6c

verified
+8
+8
base/shell.nix
··· 46 46 # extraPackages = with pkgs.bat-extras; [batman batgrep batwatch]; 47 47 }; 48 48 }; 49 + 50 + home-manager.users.root.programs = { 51 + zoxide.enable = true; 52 + ripgrep.enable = true; 53 + command-not-found.enable = false; 54 + bat.enable = true; 55 + nix-index.enable = true; 56 + }; 49 57 }