nixos-configs/overlays/default.nix

6 lines
149 B
Nix
Raw Normal View History

self: {
misc-fixes = import ./misc-fixes;
nix-version = import ./nix-version self;
xdg-desktop-portal-kde = import ./xdg-desktop-portal-kde;
}