redeclaration fixes

This commit is contained in:
2024-04-16 21:44:47 +02:00
parent f6ebd6dd15
commit 2a5cd565d8

View File

@@ -196,7 +196,7 @@ in {
programs.neovim = { programs.neovim = {
enable = true; enable = true;
package = pkgs-unstable.neovim-unwrapped; package = pkgs.unstable.neovim-unwrapped;
viAlias = true; viAlias = true;
vimAlias = true; vimAlias = true;
@@ -275,7 +275,6 @@ in {
# Let Home Manager install and manage itself. # Let Home Manager install and manage itself.
programs.home-manager.enable = true; programs.home-manager.enable = true;
programs.git.enable = true;
# Nicely reload system units when changing configs # Nicely reload system units when changing configs
systemd.user.startServices = "sd-switch"; systemd.user.startServices = "sd-switch";