nix/user/home/Voronind.nix

9 lines
175 B
Nix
Raw Normal View History

2024-04-10 14:50:17 +03:00
{ const, util, style, pkgs, setting, key, ... } @args: {
imports = [
2024-04-10 14:50:17 +03:00
(import ./Default.nix (args // {
2024-04-06 03:03:58 +03:00
username = "voronind";
homeDir = "/home/voronind";
2024-04-10 14:50:17 +03:00
}))
];
}