summaryrefslogtreecommitdiff
path: root/home-config/nix-home-manager
diff options
context:
space:
mode:
authorRyan Schanzenbacher <ryan@rschanz.org>2023-08-31 13:18:05 -0400
committerRyan Schanzenbacher <ryan@rschanz.org>2023-08-31 13:18:05 -0400
commit73f679c8620249ba7a3d8cf9c3bbc5a31f73bcf8 (patch)
treed1f3c2559b9f2c11f478c4742be639b68878b929 /home-config/nix-home-manager
parentd81001a4a1e3b3f4bc8a7e72c3b9768a89fb5a29 (diff)
added pass and moved email creds to it
Diffstat (limited to 'home-config/nix-home-manager')
-rw-r--r--home-config/nix-home-manager/home.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/home-config/nix-home-manager/home.nix b/home-config/nix-home-manager/home.nix
index d19051c..f5833e4 100644
--- a/home-config/nix-home-manager/home.nix
+++ b/home-config/nix-home-manager/home.nix
@@ -29,6 +29,7 @@
29 # pkgs.hello 29 # pkgs.hello
30 yt-dlp 30 yt-dlp
31 xdg-desktop-portal-hyprland 31 xdg-desktop-portal-hyprland
32 pass
32 33
33 # # It is sometimes useful to fine-tune packages, for example, by applying 34 # # It is sometimes useful to fine-tune packages, for example, by applying
34 # # overrides. You can do that directly here, just don't forget the 35 # # overrides. You can do that directly here, just don't forget the