aarpc, amdgpu steamvr fix, deadbeef, 😭
This commit is contained in:
+18
-1
@@ -1,9 +1,26 @@
|
||||
{pkgs, ...}:
|
||||
|
||||
{
|
||||
imports = [
|
||||
./common.nix
|
||||
./cfg/arrpc.nix
|
||||
./cfg/keepassxc.nix
|
||||
./cfg/kitty.nix
|
||||
./cfg/gtk.nix
|
||||
#./cfg/gtk.nix
|
||||
# excluded since there are issues with kde
|
||||
./cfg/qbz.nix
|
||||
];
|
||||
|
||||
home.packages = with pkgs; [
|
||||
(deadbeef-with-plugins.override {
|
||||
plugins = [
|
||||
deadbeefPlugins.mpris2
|
||||
deadbeefPlugins.lyricbar
|
||||
deadbeefPlugins.statusnotifier
|
||||
deadbeefPlugins.waveform-seekbar
|
||||
deadbeefPlugins.vgmstream
|
||||
deadbeefPlugins.headerbar-gtk3
|
||||
];
|
||||
})
|
||||
];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user