refactor: change configuration to system

This commit is contained in:
Oliver Davies 2023-03-22 23:47:48 +00:00
parent 8a22a861d4
commit 98a47d867e
10 changed files with 36 additions and 36 deletions

View file

@ -1,7 +0,0 @@
{ }: {
config = {
allowUnfree = true;
};
overlays = [ (import ./overlays.nix) ];
}