move overkays to modules

This commit is contained in:
jopejoe1 2024-01-02 19:32:20 +01:00
parent 60ccfe7539
commit 536fc32216
8 changed files with 59 additions and 49 deletions

View file

@ -41,6 +41,10 @@ in {
];
};
nixpkgs = {
config.allowUnfree = true;
};
environment.systemPackages = with pkgs; [
deploy-rs
nixfmt