summaryrefslogtreecommitdiff
path: root/home-config/nix-home-manager/home.nix
diff options
context:
space:
mode:
Diffstat (limited to 'home-config/nix-home-manager/home.nix')
-rw-r--r--home-config/nix-home-manager/home.nix3
1 files changed, 2 insertions, 1 deletions
diff --git a/home-config/nix-home-manager/home.nix b/home-config/nix-home-manager/home.nix
index f5d386c..4c2c5f7 100644
--- a/home-config/nix-home-manager/home.nix
+++ b/home-config/nix-home-manager/home.nix
@@ -84,6 +84,7 @@ in
84 # # Adds the 'hello' command to your environment. It prints a friendly 84 # # Adds the 'hello' command to your environment. It prints a friendly
85 # # "Hello, world!" when run. 85 # # "Hello, world!" when run.
86 # pkgs.hello 86 # pkgs.hello
87 nix # Used to keep nix up to date when I don't update the guix package
87 yt-dlp 88 yt-dlp
88 #pass 89 #pass
89 rustup 90 rustup
@@ -114,7 +115,7 @@ in
114 starship 115 starship
115 taskwarrior3 116 taskwarrior3
116 delta 117 delta
117 (flameshot.override { enableWlrSupport = true; }) 118 #(flameshot.override { enableWlrSupport = true; })
118 119
119 # Here until i can fix firefox's stupid devtools issue 120 # Here until i can fix firefox's stupid devtools issue
120 chromium 121 chromium