Add devenv for setting up elaborate Python dev environments

This commit is contained in:
Eli Ribble 2025-03-12 09:26:40 -07:00
parent 9fd5cf781a
commit 9ace639765
1 changed files with 5 additions and 0 deletions

View File

@ -42,6 +42,7 @@
cargo cargo
chezmoi chezmoi
cups-filters cups-filters
devenv
dia dia
dig dig
fish fish
@ -167,8 +168,12 @@
# Enable networking # Enable networking
networking.networkmanager.enable = true; networking.networkmanager.enable = true;
nix.extraOptions = ''
trusted-users = root eliribble
'';
nix.settings.experimental-features = [ "flakes" "nix-command" ]; nix.settings.experimental-features = [ "flakes" "nix-command" ];
nixpkgs.config.allowUnfreePredicate = pkg: builtins.elem (lib.getName pkg) [ nixpkgs.config.allowUnfreePredicate = pkg: builtins.elem (lib.getName pkg) [
"brgenml1lpr" "lunarclient" "brgenml1lpr" "lunarclient"
]; ];