aboutsummaryrefslogtreecommitdiff
path: root/home.nix
diff options
context:
space:
mode:
authorAkshay <[email protected]>2023-01-22 05:14:53 +0000
committerAkshay <[email protected]>2023-01-22 05:14:53 +0000
commit4a6725d5c01c804c96205d99663606dec4d0327e (patch)
treee7d2689376095fbe866abd228c5447b03021deda /home.nix
parentd328d8acc452f1d22dd6395e82e616aa4605fd38 (diff)
add rotate scripts
Diffstat (limited to 'home.nix')
-rw-r--r--home.nix3
1 files changed, 3 insertions, 0 deletions
diff --git a/home.nix b/home.nix
index 2cd58a5..6c5fa20 100644
--- a/home.nix
+++ b/home.nix
@@ -68,6 +68,9 @@
68 nixpkgs-fmt 68 nixpkgs-fmt
69 nix-prefetch-scripts 69 nix-prefetch-scripts
70 70
71 # work
72 slack
73 zoom-us
71 ] ++ (import ./scripts { inherit pkgs; }); 74 ] ++ (import ./scripts { inherit pkgs; });
72 75
73 xdg = { 76 xdg = {