feat: a bunch of misc updates
This commit is contained in:
parent
db83134e6b
commit
bb120b4e3d
18 changed files with 256 additions and 121 deletions
|
@ -23,6 +23,7 @@
|
|||
./devicons.nix
|
||||
./tagbar.nix
|
||||
./wrapping.nix
|
||||
./twilight.nix
|
||||
];
|
||||
enable = true;
|
||||
enableMan = true;
|
||||
|
|
6
home-manager/stvnliu/nixvim/twilight.nix
Normal file
6
home-manager/stvnliu/nixvim/twilight.nix
Normal file
|
@ -0,0 +1,6 @@
|
|||
{ ... }: {
|
||||
plugins = {
|
||||
zen-mode = { enable = true; };
|
||||
twilight = { enable = true; };
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue