This commit is contained in:
Ranomier 2024-10-15 21:04:30 +02:00
parent 63c50cfa2a
commit a83e3592b2
6 changed files with 52 additions and 49 deletions

View file

@ -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

View file

@ -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;