user devenv support

This commit is contained in:
pazpi 2026-01-08 08:34:48 +01:00
parent 23d5310b27
commit 457c45e81e

View file

@ -11,6 +11,10 @@ in
nix.settings = { nix.settings = {
download-buffer-size = 524288000; # 500 MiB download-buffer-size = 524288000; # 500 MiB
trusted-users = [
"root"
"pazpi"
];
}; };
my = { my = {
@ -35,6 +39,7 @@ in
environment = { environment = {
systemPackages = with pkgs; [ systemPackages = with pkgs; [
devenv
git git
just just
zellij zellij