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
|
||||
];
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue