diff options
| author | 2026-05-19 22:23:40 -0400 | |
|---|---|---|
| committer | 2026-05-19 22:23:40 -0400 | |
| commit | 33567739337783e67167a43557c434accb6fe3a0 (patch) | |
| tree | 2db5300d10d8d0b5c1fc52622919b5b4ce43e4b6 /nix_archive/nix/programs | |
| parent | 0848d6c89defb95966deeecd1c61352deccbeaec (diff) | |
| download | dotfiles-33567739337783e67167a43557c434accb6fe3a0.tar.gz dotfiles-33567739337783e67167a43557c434accb6fe3a0.tar.bz2 dotfiles-33567739337783e67167a43557c434accb6fe3a0.zip | |
Diffstat (limited to 'nix_archive/nix/programs')
| -rw-r--r-- | nix_archive/nix/programs/nvim.nix | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/nix_archive/nix/programs/nvim.nix b/nix_archive/nix/programs/nvim.nix index 2d36e64..c15ca1a 100644 --- a/nix_archive/nix/programs/nvim.nix +++ b/nix_archive/nix/programs/nvim.nix @@ -184,17 +184,17 @@ in { header = '${s.header}', footer = '${s.footer}', footer_offset = ${toString s.footer-offset}, - picture = { - path = '${s.picture}', - kitty = os.getenv('TERM') == 'xterm-kitty', - width = ${toString s.width}, - position = '${s.position}', - padding = { - top = ${toString s.padding.top}, - left = ${toString s.padding.left}, - text = ${toString s.padding.text} - } - } + --picture = { + -- path = '${s.picture}', + -- kitty = os.getenv('TERM') == 'xterm-kitty', + -- width = ${toString s.width}, + -- position = '${s.position}', + -- padding = { + -- top = ${toString s.padding.top}, + -- left = ${toString s.padding.left}, + -- text = ${toString s.padding.text} + -- } + --} }) EOF '' + builtins.readFile(../../files/nvim/init.vim); @@ -216,7 +216,7 @@ in { # meta.homepage = ""; #}) withRuby = false; - withPython = false; + withPython3 = false; plugins = with pkgs.vimPlugins; [ local-nvim wal |