Skip to content

Commit

Permalink
hosts/io: disable howdy
Browse files Browse the repository at this point in the history
Currently python hangs when detecting a face.
  • Loading branch information
fufexan committed Feb 20, 2024
1 parent 2065dd1 commit d8d83f6
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 15 deletions.
3 changes: 3 additions & 0 deletions home/programs/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,8 @@

home.packages = with pkgs; [
tdesktop

overskride
mission-center
];
}
30 changes: 15 additions & 15 deletions hosts/io/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -35,22 +35,22 @@
# for SSD/NVME
fstrim.enable = true;

howdy = {
enable = true;
package = inputs.nixpkgs-howdy.legacyPackages.${pkgs.system}.howdy;
settings = {
core = {
no_confirmation = true;
abort_if_ssh = true;
};
video.dark_threshold = 90;
};
};
# howdy = {
# enable = true;
# package = inputs.nixpkgs-howdy.legacyPackages.${pkgs.system}.howdy;
# settings = {
# core = {
# no_confirmation = true;
# abort_if_ssh = true;
# };
# video.dark_threshold = 90;
# };
# };

linux-enable-ir-emitter = {
enable = true;
package = inputs.nixpkgs-howdy.legacyPackages.${pkgs.system}.linux-enable-ir-emitter;
};
# linux-enable-ir-emitter = {
# enable = true;
# package = inputs.nixpkgs-howdy.legacyPackages.${pkgs.system}.linux-enable-ir-emitter;
# };

kmonad.keyboards = {
io = {
Expand Down

0 comments on commit d8d83f6

Please sign in to comment.