diff options
author | Soispha <soispha@vhack.eu> | 2023-06-28 10:43:05 +0200 |
---|---|---|
committer | Soispha <soispha@vhack.eu> | 2023-07-10 16:44:09 +0200 |
commit | 5eb25c3a6d2217bbc3b0303c1db90b4559d8142a (patch) | |
tree | 2e441df85dcfac1ac1be8c762d177923bd757d58 /flake.nix | |
parent | Feat(flake): Add disko module (diff) | |
download | nixos-config-5eb25c3a6d2217bbc3b0303c1db90b4559d8142a.tar.gz nixos-config-5eb25c3a6d2217bbc3b0303c1db90b4559d8142a.zip |
Feat(disko): Squash Commit
Diffstat (limited to 'flake.nix')
-rw-r--r-- | flake.nix | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/flake.nix b/flake.nix index 2d42d25d..bc360e74 100644 --- a/flake.nix +++ b/flake.nix @@ -213,6 +213,7 @@ agenix, ragenix, serverphone, + disko, # external dependencies neovim_config, user_js, @@ -245,21 +246,22 @@ sysLib nixpkgs # modules - + home-manager nixos-generators impermanence agenix ragenix serverphone + disko # external dependencies - + neovim_config user_js snap-sync templates # my binaries - + video_pause strip_js_comments generate_firefox_extensions |