mirror of
https://codeberg.org/jopejoe1/nix-conf.git
synced 2025-06-07 21:39:23 +02:00
move overkays to modules
This commit is contained in:
parent
60ccfe7539
commit
536fc32216
8 changed files with 59 additions and 49 deletions
|
@ -41,6 +41,10 @@ in {
|
|||
];
|
||||
};
|
||||
|
||||
nixpkgs = {
|
||||
config.allowUnfree = true;
|
||||
};
|
||||
|
||||
environment.systemPackages = with pkgs; [
|
||||
deploy-rs
|
||||
nixfmt
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue