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 = {
|
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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue