use unstable packages

dev-docs
Moritz Böhme 2021-09-14 23:34:44 +02:00
parent 022e27b7d4
commit b448c572d5
2 changed files with 6 additions and 2 deletions

View File

@ -8,8 +8,8 @@
];
home-manager.users.moritz.home.packages = with pkgs; [
neofetch
keepassxc
spotify
unstable.keepassxc
unstable.spotify
spicetify-cli
];
}

View File

@ -4,4 +4,8 @@ final: prev: {
picom = prev.picom.overrideAttrs (old: {
src = inputs.picom;
});
unstable = import inputs.unstable {
system = prev.system;
config.allowUnfree = true;
};
}