add devenv to blarog
This commit is contained in:
@@ -18,6 +18,7 @@
|
|||||||
../modules/printing.nix
|
../modules/printing.nix
|
||||||
../modules/bambu-studio-flatpak.nix
|
../modules/bambu-studio-flatpak.nix
|
||||||
../modules/arduino-ide.nix
|
../modules/arduino-ide.nix
|
||||||
|
../modules/devenv.nix
|
||||||
];
|
];
|
||||||
|
|
||||||
boot.kernelPackages = pkgs.linuxPackages_latest;
|
boot.kernelPackages = pkgs.linuxPackages_latest;
|
||||||
|
|||||||
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