add plover/beads, remove flatpak zoom

This commit is contained in:
Hunter Haugen 2025-11-05 16:41:07 -08:00
parent fcc26153df
commit 20dc381aa3
Signed by: hunner
GPG key ID: EF99694AA599DDAD
3 changed files with 253 additions and 28 deletions

View file

@ -8,9 +8,11 @@
nixos-hardware.url = "github:NixOS/nixos-hardware";
impermanence.url = "github:nix-community/impermanence";
talon-nix.url = "github:nix-community/talon-nix";
plover-flake.url = "github:openstenoproject/plover-flake";
beads-flake.url = "github:steveyegge/beads";
};
outputs = { self, nixpkgs, nixpkgs-unstable, nixos-hardware, impermanence, talon-nix, ... }:
outputs = { self, nixpkgs, nixpkgs-unstable, nixos-hardware, impermanence, talon-nix, plover-flake, beads-flake, ... }:
let
system = "x86_64-linux";
@ -27,7 +29,7 @@
inherit system;
specialArgs = {
inherit nixos-hardware impermanence talon-nix;
inherit nixos-hardware impermanence talon-nix plover-flake beads-flake;
};
modules = [