mirror of
https://github.com/TheWanderingCrow/CrOS.git
synced 2026-01-10 01:24:05 -05:00
add devenv
This commit is contained in:
parent
bdc3dde680
commit
6ce540f5aa
1 changed files with 6 additions and 0 deletions
|
|
@ -1,4 +1,10 @@
|
|||
{ pkgs, ... }:
|
||||
{
|
||||
home.packages = builtins.attrValues {
|
||||
inherit (pkgs.unstable)
|
||||
devenv
|
||||
;
|
||||
};
|
||||
programs = {
|
||||
zsh.enable = true;
|
||||
direnv = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue