feat(dregil): Enable devenv
This commit is contained in:
parent
02a4c192d4
commit
807b895cc0
2 changed files with 6 additions and 0 deletions
5
home/alex/programs/devenv.nix
Normal file
5
home/alex/programs/devenv.nix
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
{ pkgs, ... }:
|
||||
|
||||
{
|
||||
config.home.packages = [ pkgs.devenv ];
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue