feat: Enable app2unit for noctalia

This commit is contained in:
ulic-youthlic 2025-11-11 18:11:23 +08:00
parent 52f39f3136
commit 7471cc1135
Signed by: youthlic
GPG key ID: 63E86C3C14A0D721

View file

@ -2,6 +2,7 @@
config,
lib,
inputs,
pkgs,
...
}: let
cfg = config.david.programs.noctalia;
@ -45,6 +46,7 @@ in {
};
};
config = lib.mkIf cfg.enable {
home.packages = [pkgs.app2unit];
programs.noctalia-shell = {
enable = true;
systemd.enable = true;
@ -55,6 +57,7 @@ in {
position = "center";
sortByMostUsed = true;
terminalCommand = "ghostty -e";
useApp2Unit = true;
};
audio = {
volumeStep = 1;