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.