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 /system/default.nix | |
parent | Feat(flake): Add disko module (diff) | |
download | nixos-config-5eb25c3a6d2217bbc3b0303c1db90b4559d8142a.zip |
Feat(disko): Squash Commit
Diffstat (limited to 'system/default.nix')
-rw-r--r-- | system/default.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/system/default.nix b/system/default.nix index af4d4591..73d1a43a 100644 --- a/system/default.nix +++ b/system/default.nix @@ -1,7 +1,7 @@ {lib, ...}: { imports = [ ./boot - ./fileSystemLayouts + ./disks ./font ./hardware #./impermanence already at flake level imported |