mirror of
https://github.com/alyraffauf/nixcfg.git
synced 2024-11-22 14:23:55 -05:00
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;
|
||
|
}
|