diff options
author | Alan Pearce | 2023-05-05 21:07:08 +0200 |
---|---|---|
committer | Alan Pearce | 2023-05-05 21:07:08 +0200 |
commit | c7467f4d65c24816d7ab4fe200a124718c312667 (patch) | |
tree | 8a89e6c6ed40b024bf0643140d9a01ffb9ccd192 /user | |
parent | 72730a57b3edf742a878a3e3c71b3b07c12674d7 (diff) | |
download | nixfiles-c7467f4d65c24816d7ab4fe200a124718c312667.tar.lz nixfiles-c7467f4d65c24816d7ab4fe200a124718c312667.tar.zst nixfiles-c7467f4d65c24816d7ab4fe200a124718c312667.zip |
nanopi: add dev/base module
Diffstat (limited to 'user')
-rw-r--r-- | user/nanopi.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/user/nanopi.nix b/user/nanopi.nix index 2c94e82c..eed1f6a8 100644 --- a/user/nanopi.nix +++ b/user/nanopi.nix @@ -2,6 +2,7 @@ { imports = [ ./settings/base.nix + ./settings/development/base.nix ./settings/git.nix ./settings/nix.nix ./settings/nixos.nix |