From 1088ad6403851b3b2a05e7d48754cdc7f80135ac Mon Sep 17 00:00:00 2001 From: chase Date: Wed, 14 May 2025 14:41:58 -0400 Subject: [PATCH] Enabled Flakes, set default editor to neovim --- configuration.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/configuration.nix b/configuration.nix index fbc0461..44a489c 100644 --- a/configuration.nix +++ b/configuration.nix @@ -115,6 +115,9 @@ in alsa.support32Bit = true; pulse.enable = true; }; + + # Enable Flakes + nix.settings.experimental-features = [ "nix-command" "flakes" ]; # Allow unfree packages nixpkgs.config.allowUnfree = true; @@ -160,6 +163,7 @@ in # Install Neovim programs.neovim = { enable = true; + defaultEditor = true; configure = { customRC = '' set autoindent