diff options
author | Alan Pearce | 2022-10-07 22:45:00 +0200 |
---|---|---|
committer | Alan Pearce | 2022-10-08 01:36:11 +0200 |
commit | ba1fcdddc1eee9b740dfb6c5f931cb489dae66ee (patch) | |
tree | 1b276eaa9a511d87d667ae2b540bf701969d98d6 /system/settings/services | |
parent | 9451fdc13c2af6b0ff74a045127d8f0d0caf06ba (diff) | |
download | nixfiles-ba1fcdddc1eee9b740dfb6c5f931cb489dae66ee.tar.lz nixfiles-ba1fcdddc1eee9b740dfb6c5f931cb489dae66ee.tar.zst nixfiles-ba1fcdddc1eee9b740dfb6c5f931cb489dae66ee.zip |
Update to NixOS unstable
Diffstat (limited to 'system/settings/services')
-rw-r--r-- | system/settings/services/virtualisation.nix | 2 | ||||
-rw-r--r-- | system/settings/services/xserver.nix | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/system/settings/services/virtualisation.nix b/system/settings/services/virtualisation.nix index 828c70eb..200ffa62 100644 --- a/system/settings/services/virtualisation.nix +++ b/system/settings/services/virtualisation.nix @@ -13,7 +13,7 @@ }; environment.systemPackages = with pkgs; [ - virtmanager + virt-manager OVMF ]; } diff --git a/system/settings/services/xserver.nix b/system/settings/services/xserver.nix index b6a6a567..6ac5e0ed 100644 --- a/system/settings/services/xserver.nix +++ b/system/settings/services/xserver.nix @@ -61,7 +61,7 @@ with lib; }; fonts = with pkgs; [ gohufont - dina-font-pcf + dina-font terminus_font corefonts |