this repo has no description
4
fork

Configure Feed

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

feat(wolumonde): set root shell as nushell again

dusk 6a8b8352 fa78aa08

+3 -1
+3 -1
users/root/default.nix
··· 1 - { ... }: 1 + { pkgs, ... }: 2 2 { 3 3 users.users.root.initialHashedPassword = "$6$XLWo1sPpgp63Zm$XHBbULH9q1gb/.yalPPU/I7EgTcW80bM.moCjIe/qGyOwE47VcXNVbTHloBZdIWQq0MfIG0IxInAu59.oJyos/"; 4 + environment.systemPackages = [pkgs.nushell]; 5 + users.users.root.shell = pkgs.nushell; 4 6 home-manager.users.root = { 5 7 imports = [../modules/nushell]; 6 8 };