nixos: replace pavucontrol with pwvucontrol
This commit is contained in:
parent
cdd5121026
commit
7a5bb321ef
5 changed files with 3 additions and 4 deletions
|
@ -23,6 +23,7 @@
|
|||
environment.systemPackages = with pkgs; [
|
||||
kdePackages.kdeconnect-kde
|
||||
pcmanfm
|
||||
pwvucontrol
|
||||
qimgv
|
||||
];
|
||||
|
||||
|
|
|
@ -69,7 +69,7 @@
|
|||
"code.desktop"
|
||||
"org.gnome.Nautilus.desktop"
|
||||
"steam.desktop"
|
||||
"pavucontrol.desktop"
|
||||
"com.saivert.pwvucontrol.desktop"
|
||||
];
|
||||
};
|
||||
|
||||
|
|
|
@ -7,5 +7,5 @@
|
|||
"vesktop",
|
||||
"org.telegram.desktop",
|
||||
"jitsi-meet-electron",
|
||||
"pavucontrol",
|
||||
"com.saivert.pwvucontrol",
|
||||
]
|
||||
|
|
|
@ -28,7 +28,6 @@ in
|
|||
cosmic-term
|
||||
];
|
||||
environment.systemPackages = with pkgs; [
|
||||
pavucontrol
|
||||
(lib.hiPrio cosmic-configuration.share)
|
||||
];
|
||||
services.gnome.gnome-keyring.enable = true;
|
||||
|
|
|
@ -80,7 +80,6 @@ in
|
|||
gnomeExtensions.top-bar-organizer
|
||||
# unstablePkgs.gnomeExtensions.translate-indicator
|
||||
# translate-shell
|
||||
pavucontrol
|
||||
google-cursor
|
||||
];
|
||||
|
||||
|
|
Loading…
Reference in a new issue