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

8 lines
120 B
Nix
Raw Normal View History

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