Add vmware workstation

This commit is contained in:
Nathan McCarty 2023-04-30 22:32:01 -04:00
parent e54782f5ed
commit 5946e26cbf
Signed by: thatonelutenist
GPG Key ID: D70DA3DD4D1E9F96
1 changed files with 13 additions and 4 deletions

View File

@ -1,6 +1,11 @@
{ config, lib, pkgs, ... }:
{
{ config, lib, pkgs, inputs, ... }:
let
system = pkgs.system;
unstable = import inputs.nixpkgs-unstable {
config = { allowUnfree = true; };
inherit system;
};
in {
nathan = {
services = { email = { enable = true; }; };
config = { isDesktop = true; };
@ -11,7 +16,11 @@
};
};
home.packages = with pkgs; [ gammastep fido2luks ];
home.packages = with pkgs; [
gammastep
fido2luks
unstable.vmware-workstation
];
# Sway outputs
wayland.windowManager.sway.config = {