Add devenv for setting up elaborate Python dev environments
This commit is contained in:
parent
9fd5cf781a
commit
9ace639765
|
@ -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"
|
||||||
];
|
];
|
||||||
|
|
Loading…
Reference in New Issue