From da81f70d18bd92e600e87fd5c39b1fd849021cc3 Mon Sep 17 00:00:00 2001 From: Ryan Schanzenbacher Date: Tue, 16 Jun 2026 21:17:26 -0400 Subject: declare screen settings and initial nvim setup --- users/ryan/home.nix | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'users/ryan/home.nix') diff --git a/users/ryan/home.nix b/users/ryan/home.nix index de776c4..2c099ba 100644 --- a/users/ryan/home.nix +++ b/users/ryan/home.nix @@ -8,10 +8,14 @@ # You should not change this value, even if you update Home Manager. If you do # want to update the value, then make sure to first check the Home Manager # release notes. + imports = [ ./modules ]; home.stateVersion = "26.05"; # Please read the comment before changing. news.display = "silent"; + # My own modules + ryan.neovim.enable = true; + programs.starship = { enable = true; settings = { @@ -84,7 +88,6 @@ # The home.packages option allows you to install Nix packages into your # environment. home.packages = with pkgs; [ - neovim git yt-dlp aerc -- cgit v1.3