diff --git a/apps/neovim/init.vim b/apps/neovim/init.vim index b7cfd4b..6f4aba7 100644 --- a/apps/neovim/init.vim +++ b/apps/neovim/init.vim @@ -39,6 +39,7 @@ filetype indent on filetype plugin on " use :h option-list if you need to know what these do +set fcs=eob:\+ set encoding=utf8 set tabstop=2 shiftwidth=2 softtabstop=2 noexpandtab set autoindent smartindent diff --git a/env/nix/modules/users/daniel.nix b/env/nix/modules/users/daniel.nix index 4de9e0d..5084c30 100644 --- a/env/nix/modules/users/daniel.nix +++ b/env/nix/modules/users/daniel.nix @@ -1,4 +1,7 @@ -{ config, pkgs, ... }: { +{ config, pkgs, ... }: +let + unstable = import { config = { allowUnfree = true; }; }; +in { fonts.fonts = with pkgs; [ # helvetica # needed by zoom ]; @@ -13,7 +16,7 @@ pulsemixer # audio file # identify file types kitty # terminal emulator - fzf # fuzzy finder + unstable.fzf # fuzzy finder dmenu # TODO: currently only using this for dmenu_path in `bin/launch` ranger # tui for file management pass # the standard unix password manager