Files
nix-config-ryan4yin/home/darwin/default.nix
2023-12-23 17:43:57 +08:00

12 lines
155 B
Nix

{username, ...}: {
imports = [
../base/desktop
../base/core.nix
./proxychains
./core.nix
./rime-squirrel.nix
./shell.nix
];
}