feat: add devenv
This commit is contained in:
parent
cc4f3398ff
commit
327db2d36c
5 changed files with 199 additions and 6 deletions
8
modules/programs/devenv/home.nix
Normal file
8
modules/programs/devenv/home.nix
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
{ config, lib, pkgs, user, devenv, ... }: {
|
||||
|
||||
home.packages = with pkgs; [
|
||||
cachix
|
||||
devenv.packages.${system}.devenv
|
||||
];
|
||||
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue