Added pavucontrol for sway

This commit is contained in:
2025-08-06 19:34:52 +03:00
parent 9910e1eaa6
commit ec4cf1d4db
2 changed files with 4 additions and 3 deletions

6
flake.lock generated
View File

@@ -2,11 +2,11 @@
"nodes": { "nodes": {
"nixpkgs": { "nixpkgs": {
"locked": { "locked": {
"lastModified": 1753939845, "lastModified": 1754214453,
"narHash": "sha256-K2ViRJfdVGE8tpJejs8Qpvvejks1+A4GQej/lBk5y7I=", "narHash": "sha256-Q/I2xJn/j1wpkGhWkQnm20nShYnG7TI99foDBpXm1SY=",
"owner": "NixOS", "owner": "NixOS",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "94def634a20494ee057c76998843c015909d6311", "rev": "5b09dc45f24cf32316283e62aec81ffee3c3e376",
"type": "github" "type": "github"
}, },
"original": { "original": {

View File

@@ -11,6 +11,7 @@
environment.systemPackages = with pkgs; [ environment.systemPackages = with pkgs; [
mako # Notification daemon for Sway mako # Notification daemon for Sway
playerctl playerctl
pavucontrol
# Other Sway-specific packages # Other Sway-specific packages
]; ];
programs.light.enable = true; # For brightness control programs.light.enable = true; # For brightness control