nix/home/home.nix

7 lines
60 B
Nix

{pkgs, ...}:
{
imports = [
./repo/desktop-sway.nix
];
}