apparently safe eyes makes sounds, I can't have that
This commit is contained in:
parent
27c4701d7f
commit
77e1b8099d
3 changed files with 0 additions and 26 deletions
|
|
@ -9,7 +9,6 @@
|
|||
in {
|
||||
imports = [
|
||||
./firefox.nix
|
||||
./safeeyes.nix
|
||||
];
|
||||
|
||||
options = {
|
||||
|
|
|
|||
|
|
@ -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
|
||||
];
|
||||
};
|
||||
}
|
||||
|
|
@ -43,7 +43,6 @@ in {
|
|||
xdg-desktop-portal-hyprland # XDG Portal (needed but idk why)
|
||||
];
|
||||
|
||||
horseman.apps.visual.safeeyes.enable = true;
|
||||
horseman.hardware.keyd.enable = true;
|
||||
|
||||
horseman.wm.hyprland.config = {
|
||||
|
|
@ -53,8 +52,6 @@ in {
|
|||
"hyprpaper"
|
||||
"systemctl --user start hyprpolkitagent"
|
||||
"waybar"
|
||||
"safeeyes"
|
||||
"snixembed"
|
||||
];
|
||||
|
||||
env = [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue