This commit is contained in:
Jakob Lechner 2025-09-01 10:14:30 +02:00
parent 87685a4145
commit 6b9c9dba92
2 changed files with 7 additions and 0 deletions

View file

@ -0,0 +1,6 @@
{ nixosConfig, lib, pkgs, ... }:
lib.mkIf nixosConfig.jalr.gui.enable {
home.packages = [
pkgs.master.ddev
];
}

View file

@ -7,6 +7,7 @@
./cli
./communication
./dconf.nix
./ddev.nix
./direnv.nix
./do-not-disturb
./dynamic-colors.nix