Update nixpkgs
This commit is contained in:
parent
0013e7983e
commit
214d0a6f3a
2 changed files with 7 additions and 17 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue