config.nix/home/default.nix
2026-03-29 08:16:58 +02:00

12 lines
75 B
Nix

{
config,
lib,
pkgs,
...
}:
{
imports = [
./sway.nix
];
}