mirror of
https://github.com/alyraffauf/nixcfg.git
synced 2024-11-22 17:03:55 -05:00
13 lines
173 B
Nix
13 lines
173 B
Nix
|
{
|
||
|
inputs,
|
||
|
config,
|
||
|
pkgs,
|
||
|
lib,
|
||
|
...
|
||
|
}: {
|
||
|
home-manager.users.aly = {
|
||
|
imports = [../../homeManagerModules ../../aly.nix];
|
||
|
home.stateVersion = "23.11";
|
||
|
};
|
||
|
}
|