3 lines
101 B
Nix
3 lines
101 B
Nix
{ config, pkgs, lib, ... }: {
|
|
home-manager.users.cyryl = { ... }: { imports = [ ./home.nix ]; };
|
|
}
|