forward
This commit is contained in:
parent
63c50cfa2a
commit
a83e3592b2
6 changed files with 52 additions and 49 deletions
|
@ -1,5 +1,5 @@
|
|||
{pkgs, ...}: {
|
||||
# Enable sound with pipewire.
|
||||
# Enable sound with pipewire
|
||||
hardware.pulseaudio.enable = false;
|
||||
security.rtkit.enable = true;
|
||||
services.pipewire = {
|
||||
|
@ -50,6 +50,7 @@
|
|||
};
|
||||
environment.systemPackages = with pkgs; [
|
||||
helvum
|
||||
qpwgraph
|
||||
easyeffects
|
||||
pwvucontrol
|
||||
lxqt.pavucontrol-qt
|
||||
|
|
|
@ -1,10 +1,11 @@
|
|||
{
|
||||
pkgs,
|
||||
inputs,
|
||||
config,
|
||||
...
|
||||
}: let
|
||||
unstable_list = [inputs.nixpkgs-unstable.legacyPackages."x86_64-linux".neovim];
|
||||
unstable_list = [
|
||||
inputs.nixpkgs-unstable.legacyPackages."x86_64-linux".neovim
|
||||
];
|
||||
in {
|
||||
# also opens the TCP and UDP port from 1714 to 1764
|
||||
programs.kdeconnect.enable = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue