flake/nixos/packages/overlays/default.nix

8 lines
104 B
Nix

{...}: {
imports = [
./nautilus.nix
./sway.nix
./prismlauncher.nix
./ydict.nix
];
}