mirror of
https://github.com/anotherhadi/nixy.git
synced 2026-04-02 11:12:09 +02:00
16 lines
207 B
Nix
16 lines
207 B
Nix
{ inputs, ... }:
|
|
{
|
|
imports = [
|
|
inputs.nvf.homeManagerModules.default
|
|
./mini.nix
|
|
./options.nix
|
|
./languages
|
|
./snippets
|
|
./visual.nix
|
|
];
|
|
|
|
programs.nvf = {
|
|
enable = true;
|
|
};
|
|
}
|