flake/nixos/packages/overlays/default.nix

9 lines
146 B
Nix
Raw Normal View History

2023-09-19 00:17:43 +00:00
{ ... }:
{
imports = [
2023-10-12 08:40:25 +00:00
#./nautilus.nix patch is for nautilus 45, nixpkgs still at nautilus 44
./sway.nix
./prismlauncher.nix
2023-09-19 00:17:43 +00:00
];
}