nixos-config/config/apps/default.nix

10 lines
114 B
Nix

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