mirror of
https://github.com/ryan4yin/nix-config.git
synced 2026-04-24 08:58:26 +02:00
12 lines
155 B
Nix
12 lines
155 B
Nix
{username, ...}: {
|
|
imports = [
|
|
../base/desktop
|
|
../base/core.nix
|
|
|
|
./proxychains
|
|
./core.nix
|
|
./rime-squirrel.nix
|
|
./shell.nix
|
|
];
|
|
}
|