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,
|
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;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue