CrOS/modules/software/default.nix
2024-12-24 12:22:47 -05:00

7 lines
72 B
Nix

{
imports = [
./keyd.nix
./usershell.nix
./xdg.nix
];
}