diff options
author | ene <ene@sils.li> | 2023-02-25 07:54:37 +0100 |
---|---|---|
committer | ene <ene@sils.li> | 2023-02-25 07:54:37 +0100 |
commit | 06696ca201682f63ea50da3ab41d992ed6b61816 (patch) | |
tree | 93152237a2e968cd433d1ca21671dcba52e772b8 /flake.nix | |
parent | Fix(hosts): Update UUIDs for mammun hosts (diff) | |
download | nixos-config-06696ca201682f63ea50da3ab41d992ed6b61816.tar.gz nixos-config-06696ca201682f63ea50da3ab41d992ed6b61816.zip |
Feat(packages): Add my scripts
Diffstat (limited to '')
-rw-r--r-- | flake.nix | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/flake.nix b/flake.nix index bb54840d..81e185eb 100644 --- a/flake.nix +++ b/flake.nix @@ -46,17 +46,18 @@ }; outputs = { + # core self, nixpkgs, - home-manager, + # modules impermanence, agenix, - + # external dependencies neovim_config, user_js, snap-sync, - + # my binaries strip_js_comments, shell-library, river_init_lesser, |