t14: añade soporte para la thinkpad t14

This commit is contained in:
Fabian Montero 2023-03-22 20:39:10 -06:00
parent a42aa73c79
commit 34681c4353
10 changed files with 109 additions and 41 deletions

View file

@ -24,4 +24,4 @@ in
terminal.enable = mkDefault true;
web.enable = mkDefault true;
};
}
}

View file

@ -1,6 +1,6 @@
{ lib, pkgs, ... }:
with lib; {
static = true;
static = false; # !!!!
namespaced = true;
packages = with pkgs; [
@ -80,4 +80,4 @@ with lib; {
platformTheme = "gtk";
};
};
}
}