diff options
author | Frankie B. <git@diskfloppy.me> | 2024-05-29 14:39:33 +0100 |
---|---|---|
committer | Frankie B. <git@diskfloppy.me> | 2024-05-29 14:45:17 +0100 |
commit | 9bfa850bc3935fdc21c457f8325325cb28298f7f (patch) | |
tree | eaf7bf469fb586db6e50b727001b1308fa43e0b8 /hosts/default.nix | |
parent | b3d517dbf9b38f99748bf5cbcf33a555357411db (diff) |
Update packages
Diffstat (limited to 'hosts/default.nix')
-rw-r--r-- | hosts/default.nix | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/hosts/default.nix b/hosts/default.nix index 8cf2a0a..83b927d 100644 --- a/hosts/default.nix +++ b/hosts/default.nix @@ -30,4 +30,13 @@ in { home ]; }; + + "banana" = mkSystem { + specialArgs = commonArgs; + modules = [ + ./banana/configuration.nix + home-manager + home + ]; + }; } |