commit f473fee78bf44a17ea631ea96d34c3acb4eb33fd
parent a0a1ebce396dcf730fc7a4a08277805cf4295b3c
Author: vin <vin@vineetk.net>
Date: Wed, 8 Jan 2025 15:30:18 -0500
add doas-sudo-shim to system packages
Diffstat:
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/hosts/demiurge/default.nix b/hosts/demiurge/default.nix
@@ -63,8 +63,9 @@
# List packages installed in system profile. To search, run:
# $ nix search wget
environment.systemPackages = with pkgs; [
- git
+ doas-sudo-shim
emacs
+ git
wget
#inputs.everblush-gtk.packages.x86_64-linux.default
];