nixos/home-manager/roles/desktop/common/apps/default.nix

8 lines
83 B
Nix
Raw Normal View History

2025-12-08 20:30:22 -05:00
{
imports = [
2025-12-09 23:48:08 +00:00
./alacritty.nix
2025-12-08 20:30:22 -05:00
./librewolf.nix
./minecraft.nix
];
}