diff options
author | tv <tv@krebsco.de> | 2023-12-06 15:01:57 +0100 |
---|---|---|
committer | tv <tv@krebsco.de> | 2023-12-06 15:01:57 +0100 |
commit | d305dfc315d422cd17e62f0353d7512265e8fd85 (patch) | |
tree | a79c4ff646f0192ce331b8772b5bcb462ba6f851 /systems | |
parent | 9d1e0f645544f93036ffcaeb1f5a204ba25b1bca (diff) |
mu: upgrade to 23.11
Diffstat (limited to 'systems')
-rw-r--r-- | systems/mu/config.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/systems/mu/config.nix b/systems/mu/config.nix index cb6d0ae..4c5e19e 100644 --- a/systems/mu/config.nix +++ b/systems/mu/config.nix @@ -93,7 +93,7 @@ { domain = "@audio"; item = "rtprio"; type = "-"; value = "99"; } ]; - fonts.fonts = [ + fonts.packages = [ pkgs.xorg.fontschumachermisc ]; |