Move from features to option based configuration
This commit is contained in:
@@ -1,17 +0,0 @@
|
||||
{ lib, pkgs, localPackages, ... }: {
|
||||
environment.systemPackages = with pkgs; [
|
||||
pulseaudio
|
||||
pavucontrol
|
||||
feishin
|
||||
easyeffects
|
||||
helvum
|
||||
];
|
||||
|
||||
security.rtkit.enable = true;
|
||||
services.pipewire = {
|
||||
enable = true;
|
||||
alsa.enable = true;
|
||||
alsa.support32Bit = true;
|
||||
pulse.enable = true;
|
||||
};
|
||||
}
|
||||
@@ -3,7 +3,7 @@
|
||||
protonup-qt
|
||||
vesktop
|
||||
lutris
|
||||
gamescope-dbg
|
||||
gamescope-old
|
||||
wine
|
||||
];
|
||||
|
||||
|
||||
@@ -12,10 +12,18 @@
|
||||
wayland-pipewire-idle-inhibit
|
||||
firefox
|
||||
mpv
|
||||
cinny-desktop
|
||||
thunderbird
|
||||
protonmail-bridge
|
||||
libsecret
|
||||
];
|
||||
|
||||
programs.sway.enable = true;
|
||||
programs.thunar.enable = true;
|
||||
programs.dconf.enable = true;
|
||||
|
||||
services.gnome.gnome-keyring.enable = true;
|
||||
services.dbus.packages = [ pkgs.gnome.seahorse ];
|
||||
|
||||
xdg.portal.wlr.enable = true;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user