mirror of
https://github.com/anotherhadi/nixy.git
synced 2026-04-02 11:12:09 +02:00
init nvf
This commit is contained in:
15
home/programs/nvf/default.nix
Normal file
15
home/programs/nvf/default.nix
Normal file
@@ -0,0 +1,15 @@
|
||||
{ inputs, ... }:
|
||||
{
|
||||
imports = [
|
||||
inputs.nvf.homeManagerModules.default
|
||||
./mini.nix
|
||||
./options.nix
|
||||
./languages
|
||||
./snippets
|
||||
./visual.nix
|
||||
];
|
||||
|
||||
programs.nvf = {
|
||||
enable = true;
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user