mirror of
https://github.com/alyraffauf/nixcfg.git
synced 2024-11-22 06:33:56 -05:00
Aly Raffauf
905745e6f8
* slateport: remove stylix * slateport: override aly hm config * slateport: override hm config with aly-nox * aly: link nox and gui home configs
8 lines
102 B
Nix
8 lines
102 B
Nix
{
|
|
lib,
|
|
self,
|
|
...
|
|
}: {
|
|
home-manager.users.aly = lib.mkForce self.homeManagerModules.aly-nox;
|
|
}
|