summaryrefslogtreecommitdiff
path: root/home.nix
diff options
context:
space:
mode:
Diffstat (limited to 'home.nix')
-rw-r--r--home.nix6
1 files changed, 5 insertions, 1 deletions
diff --git a/home.nix b/home.nix
index 9c01c0c..c2b730a 100644
--- a/home.nix
+++ b/home.nix
@@ -14,7 +14,7 @@
home.username = "ozpv";
home.homeDirectory = "/home/ozpv";
- home.stateVersion = "23.11"; # Please read the comment before changing.
+ home.stateVersion = "23.11";
nixpkgs.config.allowUnfree = true;
@@ -30,6 +30,10 @@
programs.home-manager.enable = true;
+ programs.neovim = {
+ extraLuaConfig = '''';
+ };
+
programs.zsh = {
enable = true;
shellAliases = {