Use nixpkgs.config.allowUnfreePredicate

+removed unused apps
This commit is contained in:
Emile Clark-Boman 2025-07-19 23:24:33 +10:00
parent 1b09aac8fc
commit a5631ee6f9
5 changed files with 37 additions and 212 deletions

View file

@ -153,10 +153,6 @@ in {
nitch
starfetch
# flatpak requires gnome-software
flatpak
gnome-software
colmena-latest
gitkraken
@ -179,9 +175,7 @@ in {
home-manager = {
users.me = import ../../homes/me;
sharedModules = [
inputs.nixcord.homeManagerModules.nixcord
inputs.ags.homeManagerModules.default
{nixpkgs.overlays = [inputs.hyprpanel.overlay];}
];
};