mirror of
https://github.com/alyraffauf/nixcfg.git
synced 2024-11-22 09:13:55 -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
11 lines
190 B
Nix
11 lines
190 B
Nix
self: {
|
|
imports = [
|
|
./common.nix
|
|
./secrets.nix
|
|
self.homeManagerModules.default
|
|
self.inputs.agenix.homeManagerModules.default
|
|
];
|
|
|
|
programs.helix.defaultEditor = true;
|
|
}
|