enable qt, add scrcpy

This commit is contained in:
Thilo Billerbeck 2024-06-21 15:47:12 +02:00
parent a63e635c54
commit ec2aaa7a25
2 changed files with 10 additions and 5 deletions

View file

@ -1,8 +1,7 @@
{ { inputs
inputs, , pkgs
pkgs, , config
config, , ...
...
}: }:
{ {
@ -40,6 +39,11 @@
package = pkgs.lix; package = pkgs.lix;
}; };
qt = {
enable = true;
platformTheme.name = "kde";
};
home.packages = with pkgs; [ home.packages = with pkgs; [
lix lix
papirus-icon-theme papirus-icon-theme

View file

@ -101,6 +101,7 @@ in
(nixGL insomnia) (nixGL insomnia)
(nixGL comma) (nixGL comma)
(nixGL processing) (nixGL processing)
(nixGL scrcpy)
] ]
else else
[ ] [ ]