nvf changes
This commit is contained in:
parent
86977f4ecf
commit
719c8842c3
42 changed files with 261 additions and 154 deletions
|
@ -1,4 +1,11 @@
|
|||
{pkgs, ...}: {
|
||||
{
|
||||
config,
|
||||
pkgs,
|
||||
...
|
||||
}: let
|
||||
inherit (config.modules.other.system) username;
|
||||
in {
|
||||
home-manager.${username}.
|
||||
programs.neovim-flake.settings.vim = {
|
||||
utility = {
|
||||
ccc.enable = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue