summaryrefslogtreecommitdiff
path: root/home-config
diff options
context:
space:
mode:
Diffstat (limited to 'home-config')
-rw-r--r--home-config/home-configuration.scm1
-rw-r--r--home-config/nix-home-manager/home.nix1
2 files changed, 2 insertions, 0 deletions
diff --git a/home-config/home-configuration.scm b/home-config/home-configuration.scm
index 3b0cd58..22a9399 100644
--- a/home-config/home-configuration.scm
+++ b/home-config/home-configuration.scm
@@ -74,6 +74,7 @@
74 "python-lsp-server" 74 "python-lsp-server"
75 "kdenlive" 75 "kdenlive"
76 "sqlite" 76 "sqlite"
77 "mpv"
77 "git")) 78 "git"))
78 (list my-neovim))) 79 (list my-neovim)))
79 80
diff --git a/home-config/nix-home-manager/home.nix b/home-config/nix-home-manager/home.nix
index 39a8c0e..d883f04 100644
--- a/home-config/nix-home-manager/home.nix
+++ b/home-config/nix-home-manager/home.nix
@@ -34,6 +34,7 @@
34 noto-fonts 34 noto-fonts
35 noto-fonts-cjk 35 noto-fonts-cjk
36 noto-fonts-emoji 36 noto-fonts-emoji
37 yt-dlp
37 38
38 # # It is sometimes useful to fine-tune packages, for example, by applying 39 # # It is sometimes useful to fine-tune packages, for example, by applying
39 # # overrides. You can do that directly here, just don't forget the 40 # # overrides. You can do that directly here, just don't forget the