home: Add module for devenv
This commit is contained in:
parent
06f14d9faf
commit
fe5b72e22a
2 changed files with 9 additions and 0 deletions
8
home-manager/modules/devenv.nix
Normal file
8
home-manager/modules/devenv.nix
Normal file
|
@ -0,0 +1,8 @@
|
|||
let
|
||||
source = import (fetchTarball "https://github.com/cachix/devenv/archive/v0.6.2.tar.gz");
|
||||
in
|
||||
{
|
||||
home.packages = [
|
||||
(source.default)
|
||||
];
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue