flake/nixos/profiles/core/packages/overlays/default.nix

8 lines
120 B
Nix
Raw Normal View History

2023-12-02 10:42:59 +00:00
_: {
2023-11-09 04:21:04 +00:00
nixpkgs.overlays = [
(import ./nautilus.nix)
(import ./prismlauncher.nix)
(import ./sway.nix)
2023-09-19 00:17:43 +00:00
];
}