From 2fd632a882f73220554642b8be9db73df27ae734 Mon Sep 17 00:00:00 2001 From: traxys Date: Thu, 12 Oct 2023 15:59:01 +0200 Subject: [PATCH] Fix issues with thinkpad-nixos configuration --- hostconfig/thinkpad-nixos/hm.nix | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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"; }