diff options
author | ene <ene@sils.li> | 2023-04-04 08:22:46 +0200 |
---|---|---|
committer | ene <ene@sils.li> | 2023-04-04 08:22:46 +0200 |
commit | 2d52686ebbbc62e9ba592d5d22102f5f5ef59a7d (patch) | |
tree | 195246b31ddd74f74ea5de341dae3b90ece7afa3 /flake | |
parent | Fix(system/fsl): Use swapfile only for hibernate (diff) | |
download | nixos-config-2d52686ebbbc62e9ba592d5d22102f5f5ef59a7d.tar.gz nixos-config-2d52686ebbbc62e9ba592d5d22102f5f5ef59a7d.zip |
Feat(hm/conf/zsh): Source shell-library in zsh shell
Diffstat (limited to 'flake')
-rw-r--r-- | flake/nixosConfigurations/default.nix | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/flake/nixosConfigurations/default.nix b/flake/nixosConfigurations/default.nix index 4993d6a5..8b4eb3e6 100644 --- a/flake/nixosConfigurations/default.nix +++ b/flake/nixosConfigurations/default.nix @@ -17,26 +17,27 @@ pkgs sysLib # extra information - + system ; inherit (inputs) # bins - + yambar_cpu yambar_memory strip_js_comments river_init_lesser grades + shell-library # external deps - + user_js neovim_config snap-sync # modules - + impermanence ; }; |