diff --git a/machines/levitation/home.nix b/machines/levitation/home.nix index d76a295..ac2ca25 100644 --- a/machines/levitation/home.nix +++ b/machines/levitation/home.nix @@ -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 = {