apparently safe eyes makes sounds, I can't have that

This commit is contained in:
KoenDR06 2025-11-28 13:12:59 +01:00
parent 27c4701d7f
commit 77e1b8099d
3 changed files with 0 additions and 26 deletions

View file

@ -9,7 +9,6 @@
in { in {
imports = [ imports = [
./firefox.nix ./firefox.nix
./safeeyes.nix
]; ];
options = { options = {

View file

@ -1,22 +0,0 @@
{
lib,
config,
pkgs,
...
}: let
inherit (lib) mkEnableOption mkIf;
cfg = config.horseman.apps.visual.safeeyes;
in {
options = {
horseman.apps.visual.safeeyes = {
enable = mkEnableOption "Protects your eyes";
};
};
config = mkIf cfg.enable {
environment.systemPackages = with pkgs; [
snixembed
safeeyes
];
};
}

View file

@ -43,7 +43,6 @@ in {
xdg-desktop-portal-hyprland # XDG Portal (needed but idk why) xdg-desktop-portal-hyprland # XDG Portal (needed but idk why)
]; ];
horseman.apps.visual.safeeyes.enable = true;
horseman.hardware.keyd.enable = true; horseman.hardware.keyd.enable = true;
horseman.wm.hyprland.config = { horseman.wm.hyprland.config = {
@ -53,8 +52,6 @@ in {
"hyprpaper" "hyprpaper"
"systemctl --user start hyprpolkitagent" "systemctl --user start hyprpolkitagent"
"waybar" "waybar"
"safeeyes"
"snixembed"
]; ];
env = [ env = [