moved nixvim to home-manager config, re-added firefox plugins
This commit is contained in:
8
modules/home/programs/nixvim/plugins/alpha.nix
Executable file
8
modules/home/programs/nixvim/plugins/alpha.nix
Executable file
@@ -0,0 +1,8 @@
|
||||
{
|
||||
programs.nixvim = {
|
||||
plugins.alpha = {
|
||||
enable = true;
|
||||
theme = "dashboard";
|
||||
};
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user