Skip to content

Commit

Permalink
sway-audio-idle-inhibit is now in nixpkgs
Browse files Browse the repository at this point in the history
  • Loading branch information
42LoCo42 committed Jun 7, 2024
1 parent a1f6c88 commit 8011395
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 41 deletions.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ A personal collection of unusual things
| Name | Description | Homepage |
|------|-------------|----------|
|`9mount`|A set of SUID tools for mounting 9p filesystems via v9fs|https://sqweek.net/code/9mount|
|`SwayAudioIdleInhibit`|Prevent swayidle from sleeping while any application is outputting or receiving audio|https://github.com/ErikReider/SwayAudioIdleInhibit|
|`XWaylandVideoBridge`|Utility to allow streaming Wayland windows to X applications|https://invent.kde.org/system/xwaylandvideobridge|
|`agregore`|A minimal browser for the distributed web|https://github.com/AgregoreWeb/agregore-browser|
|`bedrockdb`|Rock solid distributed database specializing in active/active automatic failover and WAN replication|https://bedrockdb.com|
Expand Down
1 change: 0 additions & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
mkPackages = system:
let pkgs = import nixpkgs-pin { inherit system; }; in rec {
"9mount" = pkgs.callPackage ./packages/9mount { };
SwayAudioIdleInhibit = pkgs.callPackage ./packages/SwayAudioIdleInhibit.nix { };
XWaylandVideoBridge = pkgs.callPackage ./packages/XWaylandVideoBridge.nix { };
agregore = pkgs.callPackage ./packages/agregore { };
bedrockdb = pkgs.callPackage ./packages/bedrockdb { };
Expand Down
39 changes: 0 additions & 39 deletions packages/SwayAudioIdleInhibit.nix

This file was deleted.

0 comments on commit 8011395

Please sign in to comment.