diff options
author | Preston Pan <ret2pop@gmail.com> | 2025-01-16 02:52:03 -0800 |
---|---|---|
committer | Preston Pan <ret2pop@gmail.com> | 2025-01-16 02:52:03 -0800 |
commit | 00c8654a02716808dd8709d89bb14ddd1dae4870 (patch) | |
tree | de4168e5403be1da414548b88e61e93d3f9de724 /nix/flake.nix | |
parent | 3e1007b1155447a244fea8a84be223cf774e262d (diff) |
add sounds
Diffstat (limited to 'nix/flake.nix')
-rw-r--r-- | nix/flake.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/nix/flake.nix b/nix/flake.nix index 787b3a7..6399947 100644 --- a/nix/flake.nix +++ b/nix/flake.nix @@ -25,6 +25,7 @@ sops-nix.url = "github:Mic92/sops-nix"; scripts.url = "github:ret2pop/scripts"; wallpapers.url = "github:ret2pop/wallpapers"; + sounds.url = "github:ret2pop/sounds"; }; outputs = { nixpkgs, home-manager, nur, disko, lanzaboote, sops-nix, ... }@attrs: { |