home: Remove eww from startup

This commit is contained in:
Erwin Boskma 2024-07-11 16:43:11 +02:00
parent 68364d2477
commit 649144fca8
Signed by: erwin
SSH key fingerprint: SHA256:/Wk1WZdLg+vQHs3in9qq7PsIp8SMzwGSk/RLZ5zPuZk

View file

@ -10,26 +10,6 @@ let
cfg = config.eboskma.users.erwin; cfg = config.eboskma.users.erwin;
homeCfg = config.home-manager.users.erwin; homeCfg = config.home-manager.users.erwin;
bt = config.eboskma.bluetooth; bt = config.eboskma.bluetooth;
ewwDaemon =
let
path = lib.makeBinPath (
with pkgs;
[
ha-now-playing
jaq
pamedia
bash
helvum
pavucontrol
]
);
in
pkgs.writeShellScript "eww-daemon" ''
export PATH=${path}:''${PATH}
${homeCfg.eboskma.programs.eww.package}/bin/eww $@
'';
in in
{ {
config = mkIf cfg.home { config = mkIf cfg.home {
@ -142,12 +122,6 @@ in
natural_scroll = "enabled"; natural_scroll = "enabled";
}; };
}; };
startup = [
{
command = "${ewwDaemon} --restart open bar-home";
always = true;
}
];
}; };
swaynotificationcenter.enable = true; swaynotificationcenter.enable = true;
tea = { tea = {