4 lines
96 B
Nix
4 lines
96 B
Nix
{ config, ... }:
|
|
{
|
|
home-manager.users."${config.vars.mainUser}".home.guifull.enable = true;
|
|
}
|