add processing and icons

This commit is contained in:
Thilo Billerbeck 2024-06-16 20:30:11 +02:00
parent 8221bde1cc
commit 14637d2624
2 changed files with 3 additions and 2 deletions

View file

@ -41,8 +41,8 @@
}; };
home.packages = with pkgs; [ home.packages = with pkgs; [
pkgs.lix lix
libsForQt5.discover papirus-icon-theme
]; ];
}; };
}; };

View file

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