feat: add carefonts to allowed software
This commit is contained in:
parent
c2e7a6b5f0
commit
74fd529df1
1 changed files with 4 additions and 0 deletions
|
|
@ -19,6 +19,10 @@ in {
|
||||||
networking.hostName = "hitsugibune";
|
networking.hostName = "hitsugibune";
|
||||||
time.timeZone = "Europe/Vienna";
|
time.timeZone = "Europe/Vienna";
|
||||||
|
|
||||||
|
nixpkgs.config.allowUnfreePredicate = pkg: builtins.elem (lib.getName pkg) [
|
||||||
|
"corefonts"
|
||||||
|
];
|
||||||
|
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
vim
|
vim
|
||||||
wget
|
wget
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue