NiksOS/home/programs/default.nix
2025-02-24 02:59:40 +01:00

7 lines
74 B
Nix

{
imports = [
./firefox.nix
./neovim.nix
./other.nix
];
}