nixos/home/david/modules/programs/default.nix

9 lines
87 B
Nix
Raw Normal View History

{...}: {
2025-02-01 17:07:03 +08:00
imports = [
./openssh.nix
./niri
./wluma
./helix.nix
2025-02-01 17:07:03 +08:00
];
}