use unstable packages
parent
022e27b7d4
commit
b448c572d5
|
@ -8,8 +8,8 @@
|
||||||
];
|
];
|
||||||
home-manager.users.moritz.home.packages = with pkgs; [
|
home-manager.users.moritz.home.packages = with pkgs; [
|
||||||
neofetch
|
neofetch
|
||||||
keepassxc
|
unstable.keepassxc
|
||||||
spotify
|
unstable.spotify
|
||||||
spicetify-cli
|
spicetify-cli
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
|
@ -4,4 +4,8 @@ final: prev: {
|
||||||
picom = prev.picom.overrideAttrs (old: {
|
picom = prev.picom.overrideAttrs (old: {
|
||||||
src = inputs.picom;
|
src = inputs.picom;
|
||||||
});
|
});
|
||||||
|
unstable = import inputs.unstable {
|
||||||
|
system = prev.system;
|
||||||
|
config.allowUnfree = true;
|
||||||
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue