diff --git a/hostconfig/thinkpad-nixos/hm.nix b/hostconfig/thinkpad-nixos/hm.nix index c82263c..5a7f3b4 100644 --- a/hostconfig/thinkpad-nixos/hm.nix +++ b/hostconfig/thinkpad-nixos/hm.nix @@ -1,6 +1,7 @@ { pkgs, config, + lib, ... }: let projects = { @@ -364,7 +365,4 @@ in { name = "teams"; exec = "${pkgs.chromium}/bin/chromium --app=https://teams.microsoft.com"; }; - - - home.stateVersion = "21.11"; }