add devenv to blarog
This commit is contained in:
10
systems/modules/devenv.nix
Normal file
10
systems/modules/devenv.nix
Normal file
@@ -0,0 +1,10 @@
|
||||
|
||||
{ config, pkgsUnstable, ... } :
|
||||
|
||||
{
|
||||
environment.systemPackages = with pkgsUnstable; [
|
||||
devenv
|
||||
];
|
||||
|
||||
nix.settings.trusted-users = [ "root" "avravels" ];
|
||||
}
|
||||
Reference in New Issue
Block a user