summaryrefslogtreecommitdiff
path: root/users/ryan/home.nix
diff options
context:
space:
mode:
Diffstat (limited to 'users/ryan/home.nix')
-rw-r--r--users/ryan/home.nix5
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