mirror of
https://github.com/alyraffauf/nixcfg.git
synced 2024-11-23 01:43:56 -05:00
12 lines
140 B
Nix
12 lines
140 B
Nix
|
{
|
||
|
inputs,
|
||
|
config,
|
||
|
pkgs,
|
||
|
lib,
|
||
|
...
|
||
|
}: {
|
||
|
home-manager.users.aly = {
|
||
|
imports = [../../homeManagerModules ../../aly.nix];
|
||
|
};
|
||
|
}
|