feat(dregil): Enable devenv
This commit is contained in:
parent
02a4c192d4
commit
807b895cc0
2 changed files with 6 additions and 0 deletions
|
|
@ -8,6 +8,7 @@
|
||||||
{
|
{
|
||||||
imports = [
|
imports = [
|
||||||
./cli.nix
|
./cli.nix
|
||||||
|
./programs/devenv.nix
|
||||||
./programs/rofi
|
./programs/rofi
|
||||||
./programs/xmonad
|
./programs/xmonad
|
||||||
./programs/jitsi-meet
|
./programs/jitsi-meet
|
||||||
|
|
|
||||||
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