flake/nixos/packages/overlays/default.nix

9 lines
No EOL
90 B
Nix

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