This commit is contained in:
Thilo Billerbeck 2024-07-21 19:33:48 +02:00
commit 4105c1068d
2 changed files with 10 additions and 6 deletions

View file

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

View file

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