Update inputs
This commit is contained in:
parent
14ce02280d
commit
774273438f
5 changed files with 112 additions and 33 deletions
|
|
@ -61,7 +61,7 @@ in
|
|||
}
|
||||
];
|
||||
};
|
||||
thefuck = {
|
||||
pay-respects = {
|
||||
enable = true;
|
||||
enableZshIntegration = true;
|
||||
};
|
||||
|
|
|
|||
|
|
@ -18,7 +18,14 @@ in
|
|||
|
||||
home = {
|
||||
packages = with pkgs; [
|
||||
(ncmpcpp.override { visualizerSupport = true; })
|
||||
(
|
||||
(ncmpcpp.override { visualizerSupport = true; })
|
||||
# Duplicate fix until it makes its way in unstable
|
||||
.overrideAttrs
|
||||
(old: {
|
||||
configureFlags = old.configureFlags ++ [ (lib.withFeatureAs true "boost" boost.dev) ];
|
||||
})
|
||||
)
|
||||
mpc_cli
|
||||
];
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue