Fix issues with thinkpad-nixos configuration

This commit is contained in:
traxys 2023-10-12 15:59:01 +02:00
parent f4bb4d5875
commit 2fd632a882

View file

@ -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";
}