user devenv support
This commit is contained in:
parent
23d5310b27
commit
457c45e81e
1 changed files with 5 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue