summaryrefslogtreecommitdiff
path: root/home-config/nix-home-manager/home.nix
diff options
context:
space:
mode:
authorRyan Schanzenbacher <ryan@rschanz.org>2025-04-01 11:29:07 -0400
committerRyan Schanzenbacher <ryan@rschanz.org>2025-04-01 11:29:07 -0400
commit88b87ca03766d23d8abec15561e3c05bd02ac6b0 (patch)
treeef85d4ac3a78785860e6a7dc26aae8d9c0a499ec /home-config/nix-home-manager/home.nix
parentf34e77efa50eadbb93ec43093ff5ea7063ff1aa0 (diff)
Flake updates
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