diff options
| author | Ryan Schanzenbacher <ryan@rschanz.org> | 2026-06-16 21:17:26 -0400 |
|---|---|---|
| committer | Ryan Schanzenbacher <ryan@rschanz.org> | 2026-06-16 21:17:26 -0400 |
| commit | da81f70d18bd92e600e87fd5c39b1fd849021cc3 (patch) | |
| tree | 0b57659ea6295678e36a3efa776c6686f27d31f5 /users/ryan/home.nix | |
| parent | c6a08aa02b6701d6ad80eddc7c29c9720f04dd5b (diff) | |
declare screen settings and initial nvim setup
Diffstat (limited to 'users/ryan/home.nix')
| -rw-r--r-- | users/ryan/home.nix | 5 |
1 files changed, 4 insertions, 1 deletions
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 @@ | |||
| 8 | # You should not change this value, even if you update Home Manager. If you do | 8 | # You should not change this value, even if you update Home Manager. If you do |
| 9 | # want to update the value, then make sure to first check the Home Manager | 9 | # want to update the value, then make sure to first check the Home Manager |
| 10 | # release notes. | 10 | # release notes. |
| 11 | imports = [ ./modules ]; | ||
| 11 | home.stateVersion = "26.05"; # Please read the comment before changing. | 12 | home.stateVersion = "26.05"; # Please read the comment before changing. |
| 12 | 13 | ||
| 13 | news.display = "silent"; | 14 | news.display = "silent"; |
| 14 | 15 | ||
| 16 | # My own modules | ||
| 17 | ryan.neovim.enable = true; | ||
| 18 | |||
| 15 | programs.starship = { | 19 | programs.starship = { |
| 16 | enable = true; | 20 | enable = true; |
| 17 | settings = { | 21 | settings = { |
| @@ -84,7 +88,6 @@ | |||
| 84 | # The home.packages option allows you to install Nix packages into your | 88 | # The home.packages option allows you to install Nix packages into your |
| 85 | # environment. | 89 | # environment. |
| 86 | home.packages = with pkgs; [ | 90 | home.packages = with pkgs; [ |
| 87 | neovim | ||
| 88 | git | 91 | git |
| 89 | yt-dlp | 92 | yt-dlp |
| 90 | aerc | 93 | aerc |
