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