mirror of
https://github.com/traxys/Nixfiles.git
synced 2026-03-03 03:01:04 +01:00
Fix issues with thinkpad-nixos configuration
This commit is contained in:
parent
f4bb4d5875
commit
2fd632a882
1 changed files with 1 additions and 3 deletions
|
|
@ -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";
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue