diff options
author | Soispha <soispha@vhack.eu> | 2023-05-02 19:01:20 +0200 |
---|---|---|
committer | Soispha <soispha@vhack.eu> | 2023-05-09 19:33:02 +0200 |
commit | ac03a06feac83b721ab919241c1c5753a8ce3196 (patch) | |
tree | 57e68d7b02442a53e51535adb41bec442a62d876 /flake | |
parent | Feat(hm/conf/zsh): Enable command line editing (diff) | |
download | nixos-config-ac03a06feac83b721ab919241c1c5753a8ce3196.tar.gz nixos-config-ac03a06feac83b721ab919241c1c5753a8ce3196.zip |
Feat(hm/pkgs): Add flake_update
Diffstat (limited to 'flake')
-rw-r--r-- | flake/default.nix | 4 |
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 |