1
0
Fork 0
forked from Bun/nixos-config
nixos-config/hosts/intuos/user/default.nix

7 lines
139 B
Nix

{ config, ... }:
{
home-manager.users."${config.vars.mainUser}".home = {
desktop.enable = true;
production.enable = true;
};
}