refactor(nix/hm/price): remove opensnitch
Some checks failed
Check Formatting of Files / Check-Formatting (push) Failing after 1m3s

This commit is contained in:
Price Hiller 2024-05-27 18:15:57 +00:00
parent 1f70bee6d6
commit 0ea090d1e6
Signed by: Price
GPG Key ID: C3FADDE7A8534BEB

View File

@ -82,7 +82,6 @@ in
playerctl
nixfmt-rfc-style
lxappearance
opensnitch-ui
twitter-color-emoji
open-sans
noto-fonts
@ -474,7 +473,6 @@ in
};
cliphist.enable = true;
easyeffects.enable = true;
opensnitch-ui.enable = true;
gpg-agent = {
enable = true;
enableSshSupport = true;
@ -574,17 +572,6 @@ in
};
};
gromit-mpx.Service.ExecStart = lib.mkForce "echo 'Disabled, managed by WM'";
opensnitch-ui = {
Service.RestartSec = 3;
Install.WantedBy = [ "compositor.target" ];
Unit = {
PartOf = [ "compositor.target" ];
After = [
"compositor.target"
"waybar.service"
];
};
};
easyeffects = {
Install.WantedBy = [ "compositor.target" ];
Unit = {