home: Remove eww from startup
This commit is contained in:
parent
68364d2477
commit
649144fca8
1 changed files with 0 additions and 26 deletions
|
@ -10,26 +10,6 @@ let
|
|||
cfg = config.eboskma.users.erwin;
|
||||
homeCfg = config.home-manager.users.erwin;
|
||||
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
|
||||
{
|
||||
config = mkIf cfg.home {
|
||||
|
@ -142,12 +122,6 @@ in
|
|||
natural_scroll = "enabled";
|
||||
};
|
||||
};
|
||||
startup = [
|
||||
{
|
||||
command = "${ewwDaemon} --restart open bar-home";
|
||||
always = true;
|
||||
}
|
||||
];
|
||||
};
|
||||
swaynotificationcenter.enable = true;
|
||||
tea = {
|
||||
|
|
Loading…
Reference in a new issue