Update nixpkgs

This commit is contained in:
Natsu Kagami 2025-03-23 16:54:19 +01:00
parent 0013e7983e
commit 214d0a6f3a
Signed by: nki
GPG key ID: 55A032EB38B49ADB
2 changed files with 7 additions and 17 deletions

View file

@ -2,16 +2,8 @@
# your system. Help is available in the configuration.nix(5) man page
# and in the NixOS manual (accessible by running nixos-help).
{ config, pkgs, lib, ... }:
{ config, pkgs, ... }:
let
vmware = { pkgs, ... }: {
environment.systemPackages = [ pkgs.vmware-horizon-client ];
virtualisation.vmware.host = {
enable = true;
};
};
in
{
imports =
[
@ -21,8 +13,6 @@ in
../modules/personal/fonts
# Encrypted DNS
../modules/services/edns
vmware
];
# Secrets