Thablet to kde
This commit is contained in:
parent
6a13c7421a
commit
f692217356
1 changed files with 6 additions and 3 deletions
|
@ -14,7 +14,8 @@
|
||||||
inputs.hardware.nixosModules.lenovo-thinkpad-x1-yoga
|
inputs.hardware.nixosModules.lenovo-thinkpad-x1-yoga
|
||||||
desktop-usage
|
desktop-usage
|
||||||
fonts
|
fonts
|
||||||
gnome
|
# gnome
|
||||||
|
kde-plasma
|
||||||
wifi
|
wifi
|
||||||
flanfam
|
flanfam
|
||||||
flanfamkiosk
|
flanfamkiosk
|
||||||
|
@ -39,8 +40,10 @@
|
||||||
#with pkgs;
|
#with pkgs;
|
||||||
[];
|
[];
|
||||||
|
|
||||||
programs.steam.enable = true;
|
programs.steam = {
|
||||||
programs.steam.remotePlay.openFirewall = true;
|
enable = true;
|
||||||
|
remotePlay.openFirewall = true;
|
||||||
|
};
|
||||||
|
|
||||||
# https://wiki.archlinux.org/title/Lenovo_ThinkPad_X1_Yoga_(Gen_3)#Using_acpi_call
|
# https://wiki.archlinux.org/title/Lenovo_ThinkPad_X1_Yoga_(Gen_3)#Using_acpi_call
|
||||||
systemd.services.activate-touch-hack = {
|
systemd.services.activate-touch-hack = {
|
||||||
|
|
Loading…
Reference in a new issue