mirror of
https://github.com/Cian-H/My_NixOS_Config.git
synced 2025-12-22 15:01:57 +00:00
15 lines
152 B
Nix
15 lines
152 B
Nix
{
|
|
inputs,
|
|
outputs,
|
|
lib,
|
|
config,
|
|
pkgs,
|
|
unstablePkgs,
|
|
...
|
|
}: {
|
|
home = {
|
|
username = "cianh";
|
|
homeDirectory = "/home/cianh";
|
|
};
|
|
}
|