feat: update custom launcher

This commit is contained in:
Nickolaj Jepsen 2025-03-02 23:11:53 +01:00
parent 352a9c08d1
commit fc3feb0ce3
6 changed files with 23 additions and 7 deletions

7
modules/desktop/qt.nix Normal file
View file

@ -0,0 +1,7 @@
_: {
qt = {
enable = true;
platformTheme = "gnome";
style = "adwaita-dark";
};
}