working mpd and beet!

This commit is contained in:
Vali 2024-07-14 13:31:28 +02:00
commit ad1b1089af
25 changed files with 659 additions and 16 deletions

View file

@ -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 = {