nixcfg/hosts/slateport/home.nix
Aly Raffauf 905745e6f8
slateport: use aly-nox hm cfg (#96)
* slateport: remove stylix

* slateport: override aly hm config

* slateport: override hm config with aly-nox

* aly: link nox and gui home configs
2024-08-22 08:58:00 -04:00

8 lines
102 B
Nix

{
lib,
self,
...
}: {
home-manager.users.aly = lib.mkForce self.homeManagerModules.aly-nox;
}