Use my own nixvim config
This commit is contained in:
parent
48387d08e3
commit
dac6fbb252
10 changed files with 48 additions and 15 deletions
|
|
@ -32,6 +32,8 @@ in rec {
|
|||
}: {nixpkgs.overlays = [overlay-stable];})
|
||||
config
|
||||
outputs.nixosModules.default
|
||||
|
||||
(import ../overlays)
|
||||
];
|
||||
};
|
||||
|
||||
|
|
@ -49,6 +51,8 @@ in rec {
|
|||
}: {nixpkgs.overlays = [overlay-stable];})
|
||||
config
|
||||
outputs.homeManagerModules.default
|
||||
|
||||
(import ../overlays)
|
||||
];
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue