nixos-config/config/apps/default.nix
2025-07-18 18:37:50 +02:00

8 lines
83 B
Nix

{...}: {
imports = [
./firefox.nix
./sway.nix
./alacritty.nix
];
}