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 {
|
in {
|
||||||
imports = [
|
imports = [
|
||||||
./firefox.nix
|
./firefox.nix
|
||||||
./safeeyes.nix
|
|
||||||
];
|
];
|
||||||
|
|
||||||
options = {
|
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)
|
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 = [
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue