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 = {
download-buffer-size = 524288000; # 500 MiB
trusted-users = [
"root"
"pazpi"
];
};
my = {
@ -35,6 +39,7 @@ in
environment = {
systemPackages = with pkgs; [
devenv
git
just
zellij