about summary refs log tree commit diff stats
path: root/flake
diff options
context:
space:
mode:
authorSoispha <soispha@vhack.eu>2023-05-02 19:01:20 +0200
committerSoispha <soispha@vhack.eu>2023-05-09 19:33:02 +0200
commitac03a06feac83b721ab919241c1c5753a8ce3196 (patch)
tree57e68d7b02442a53e51535adb41bec442a62d876 /flake
parentFeat(hm/conf/zsh): Enable command line editing (diff)
downloadnixos-config-ac03a06feac83b721ab919241c1c5753a8ce3196.tar.gz
nixos-config-ac03a06feac83b721ab919241c1c5753a8ce3196.zip
Feat(hm/pkgs): Add flake_update
Diffstat (limited to 'flake')
-rw-r--r--flake/default.nix4
1 files changed, 4 insertions, 0 deletions
diff --git a/flake/default.nix b/flake/default.nix
index cb090466..705211e1 100644
--- a/flake/default.nix
+++ b/flake/default.nix
@@ -24,6 +24,7 @@
   yambar_memory,
   yambar_cpu,
   grades,
+  flake_update,
 }: let
   homeManagerConfig = {
     home-manager = {
@@ -46,6 +47,7 @@
           river_init_lesser
           grades
           shell_library
+          flake_update
           # external deps
 
           user_js
@@ -95,6 +97,7 @@ in {
       river_init_lesser
       grades
       shell_library
+      flake_update
       # external deps
 
       user_js
@@ -118,3 +121,4 @@ in {
     };
   };
 }
+# vim: ts=2