Clean up nvim config

This commit is contained in:
Martin Pander
2026-05-21 07:46:55 +02:00
parent a50db2350a
commit 186752a734
8 changed files with 48 additions and 93 deletions

View File

@@ -21,7 +21,7 @@
fileSystems."/home/pan/pro" = {
device = "/dev/disk/by-uuid/9a37862c-85db-4434-b06a-ec8c2713ecc9";
fsType = "ext4"; # or xfs, etc.
fsType = "ext4";
options = [ "defaults" "nofail" "x-systemd.automount" ];
};

View File

@@ -11,7 +11,4 @@
# Home Manager release version
home.stateVersion = "25.05";
# Disable version mismatch warning (intentionally using HM 25.11 with nixpkgs 25.05)
home.enableNixpkgsReleaseCheck = false;
}
}