nix/home/home.nix

7 lines
60 B
Nix
Raw Normal View History

2021-10-07 18:36:34 +02:00
{pkgs, ...}:
{
imports = [
2021-12-13 22:49:23 +01:00
./repo/desktop-sway.nix
2021-10-07 18:36:34 +02:00
];
}