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