Add ddev
This commit is contained in:
parent
87685a4145
commit
6b9c9dba92
2 changed files with 7 additions and 0 deletions
6
users/jalr/modules/ddev.nix
Normal file
6
users/jalr/modules/ddev.nix
Normal file
|
|
@ -0,0 +1,6 @@
|
||||||
|
{ nixosConfig, lib, pkgs, ... }:
|
||||||
|
lib.mkIf nixosConfig.jalr.gui.enable {
|
||||||
|
home.packages = [
|
||||||
|
pkgs.master.ddev
|
||||||
|
];
|
||||||
|
}
|
||||||
|
|
@ -7,6 +7,7 @@
|
||||||
./cli
|
./cli
|
||||||
./communication
|
./communication
|
||||||
./dconf.nix
|
./dconf.nix
|
||||||
|
./ddev.nix
|
||||||
./direnv.nix
|
./direnv.nix
|
||||||
./do-not-disturb
|
./do-not-disturb
|
||||||
./dynamic-colors.nix
|
./dynamic-colors.nix
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue