t14: añade soporte para la thinkpad t14
This commit is contained in:
parent
a42aa73c79
commit
34681c4353
10 changed files with 109 additions and 41 deletions
|
@ -24,4 +24,4 @@ in
|
|||
terminal.enable = mkDefault true;
|
||||
web.enable = mkDefault true;
|
||||
};
|
||||
}
|
||||
}
|
||||
|
|
|
@ -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";
|
||||
};
|
||||
};
|
||||
}
|
||||
}
|
||||
|
|
Reference in a new issue