removed unstable

This commit is contained in:
2026-03-10 20:54:50 +01:00
parent 01d64bf449
commit ac3dce1793
2 changed files with 3 additions and 5 deletions

View File

@@ -1,6 +1,6 @@
{ ... }: {
flake.nixosModules.desktop-sys-fonts = { pkgs-unstable, ... }: {
environment.systemPackages = with pkgs-unstable; [
flake.nixosModules.desktop-sys-fonts = { pkgs, ... }: {
environment.systemPackages = with pkgs; [
ibm-plex
adwaita-fonts
];