pavucontrol and waybar fixes

This commit is contained in:
cnst
2024-06-29 23:30:44 +02:00
parent 3da5284209
commit 0e72f2fab5
5 changed files with 9 additions and 62 deletions

View File

@@ -20,14 +20,12 @@
url = "github:nix-community/flake-firefox-nightly";
inputs.nixpkgs.follows = "nixpkgs";
};
# Home manager
};
outputs = {
self,
nixpkgs,
home-manager,
systems,
solaar,
...
} @ inputs: let
inherit (self) outputs;