Fix value of amdgpuBusId
This commit is contained in:
parent
2825a0087a
commit
c8d6a7b73c
3 changed files with 8 additions and 14 deletions
|
|
@ -18,14 +18,7 @@ in
|
|||
|
||||
home = {
|
||||
packages = with pkgs; [
|
||||
(
|
||||
(ncmpcpp.override { visualizerSupport = true; })
|
||||
# Duplicate fix until it makes its way in unstable
|
||||
.overrideAttrs
|
||||
(old: {
|
||||
configureFlags = old.configureFlags ++ [ (lib.withFeatureAs true "boost" boost.dev) ];
|
||||
})
|
||||
)
|
||||
(ncmpcpp.override { visualizerSupport = true; })
|
||||
mpc
|
||||
];
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue