diff --git a/configs/nix-config.nix b/configs/nix-config.nix index ff9939f..5eda29f 100644 --- a/configs/nix-config.nix +++ b/configs/nix-config.nix @@ -10,6 +10,10 @@ "pipe-operators" ]; + trusted-users = [ + "@wheel" + ]; + # Add binary caches to avoid having to compile them substituters = [ "https://hyprland.cachix.org"