From bbe51ceec21eb99c517d3343c3e05b9f3712a20c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julien=20H=C3=A9mono?= Date: Sat, 5 Oct 2024 15:16:07 +0200 Subject: [PATCH] Add devenv --- hosts/gwiad/configuration.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/hosts/gwiad/configuration.nix b/hosts/gwiad/configuration.nix index 394e00d..e0251d7 100644 --- a/hosts/gwiad/configuration.nix +++ b/hosts/gwiad/configuration.nix @@ -105,6 +105,7 @@ environment.systemPackages = with pkgs; [ android-tools bc + devenv git htop jq @@ -150,6 +151,7 @@ options = "--delete-older-than 7d"; }; nix.settings.auto-optimise-store = true; + nix.settings.trusted-users = [ "jhemono" ]; # Some programs need SUID wrappers, can be configured further or are # started in user sessions.