mirror of
https://github.com/eRgo35/nix-config.git
synced 2026-02-04 07:06:12 +01:00
nixvim changes
This commit is contained in:
@@ -21,7 +21,7 @@
|
||||
./features/cli
|
||||
./features/desktop/dwm
|
||||
./features/kitty.nix
|
||||
./features/neovim.nix
|
||||
# ./features/neovim.nix
|
||||
./features/tmux.nix
|
||||
./features/neovide.nix
|
||||
./features/emacs.nix
|
||||
@@ -158,6 +158,11 @@
|
||||
"pkcs11"
|
||||
];
|
||||
};
|
||||
|
||||
programs.nixvim = {
|
||||
enable = true;
|
||||
defaultEditor = true;
|
||||
};
|
||||
|
||||
systemd.user.sessionVariables.SSH_AUTH_SOCK = "/run/user/1000/keyring/ssh";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user