roles.common: Cleanup, removed variables argument

This commit is contained in:
Giulio De Pasquale 2023-02-15 06:05:48 +01:00
parent e542886345
commit e8dd1ca4d4

View File

@ -1,4 +1,4 @@
{ config, pkgs, variables, lib, ... }: { config, pkgs, lib, ... }:
{ {
boot.tmpOnTmpfs = true; boot.tmpOnTmpfs = true;
@ -24,10 +24,11 @@
}; };
}; };
nixpkgs = { config = { allowUnfree = true; }; };
fonts.fontconfig.enable = true; fonts = {
fonts.fonts = with pkgs; [ cascadia-code victor-mono ]; fontconfig.enable = true;
fonts = with pkgs; [ cascadia-code victor-mono ];
};
environment.systemPackages = with pkgs; [ environment.systemPackages = with pkgs; [
file file