working mpd and beet!
This commit is contained in:
parent
17b406b878
commit
ad1b1089af
25 changed files with 659 additions and 16 deletions
|
@ -1,13 +1,11 @@
|
|||
{config, ...}: let
|
||||
inherit (config.modules.other.system) username;
|
||||
in {
|
||||
_: {
|
||||
programs.neovim-flake.settings.vim = {
|
||||
visuals = {
|
||||
enable = true;
|
||||
nvimWebDevicons.enable = true;
|
||||
scrollBar.enable = false;
|
||||
smoothScroll.enable = false;
|
||||
cellularAutomaton.enable = false;
|
||||
cellularAutomaton.enable = true;
|
||||
highlight-undo.enable = true;
|
||||
|
||||
indentBlankline = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue