Add devenv for setting up elaborate Python dev environments
This commit is contained in:
parent
9fd5cf781a
commit
9ace639765
|
@ -42,6 +42,7 @@
|
|||
cargo
|
||||
chezmoi
|
||||
cups-filters
|
||||
devenv
|
||||
dia
|
||||
dig
|
||||
fish
|
||||
|
@ -167,8 +168,12 @@
|
|||
# Enable networking
|
||||
networking.networkmanager.enable = true;
|
||||
|
||||
nix.extraOptions = ''
|
||||
trusted-users = root eliribble
|
||||
'';
|
||||
nix.settings.experimental-features = [ "flakes" "nix-command" ];
|
||||
|
||||
|
||||
nixpkgs.config.allowUnfreePredicate = pkg: builtins.elem (lib.getName pkg) [
|
||||
"brgenml1lpr" "lunarclient"
|
||||
];
|
||||
|
|
Loading…
Reference in New Issue