commit c69b487b378eee461e4603ddfa8f28de9908da78 parent 923131c349e0a64abb51b61fee68e815faff5ed6 Author: Toni Brown <tb148@proton.me> Date: Mon, 25 Aug 2025 00:50:08 +0800 bring back sudo-rs Diffstat:
| M | configuration.nix | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/configuration.nix b/configuration.nix @@ -94,7 +94,7 @@ }; security.sudo.enable = false; - security.doas.enable = true; + security.sudo-rs.enable = true; catppuccin.enable = true; catppuccin.flavor = "mocha";