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