nix-da/modules/programs/default.nix
2024-10-08 14:10:37 +02:00

12 lines
160 B
Nix

{
imports = [
./firefox.nix
./thunderbird.nix
./sway.nix
./lazygit.nix
./steam.nix
./hyprland.nix
./ssh.nix
./fish.nix
];
}