feat: Enable app2unit for noctalia
This commit is contained in:
parent
52f39f3136
commit
7471cc1135
1 changed files with 3 additions and 0 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue