feat(desktop): allow for building new version.

This commit is contained in:
CronyAkatsuki 2025-09-02 16:23:34 +02:00
parent e5a30ca438
commit 68c847f94a
4 changed files with 12 additions and 9 deletions

View file

@ -135,15 +135,25 @@
nixpkgs.config.allowUnfree = true;
# Setup community cache
nix.settings = {
substituters = [
"https://nix-community.cachix.org"
"https://hyprland.cachix.org"
];
trusted-substituters = [
"https://hyprland.cachix.org"
];
trusted-public-keys = [
"nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs="
"hyprland.cachix.org-1:a7pgxzMz7+chwVL3/pzj6jIBMioiJM7ypFP8PwtkuGc="
];
};
nixpkgs.config.permittedInsecurePackages = [
"qtwebengine-5.15.19"
];
# Optimise storage
nix.optimise = {
automatic = true;

View file

@ -15,7 +15,7 @@
spice-gtk
vesktop
piper
jellyfin-mpv-shim
# jellyfin-mpv-shim
overskride
galaxy-buds-client
tiled

View file

@ -16,8 +16,7 @@
nvd
nurl
termsonic
inputs.iamb.packages.x86_64-linux.default
toot
# inputs.iamb.packages.x86_64-linux.default
inputs.agenix.packages.${system}.default
inputs.deploy-rs.packages.${system}.default
inputs.hb-downloader.packages.${system}.default

View file

@ -30,11 +30,5 @@
};
security.pam.services.hyprlock = {};
nix.settings = {
substituters = ["https://hyprland.cachix.org"];
trusted-substituters = ["https://hyprland.cachix.org"];
trusted-public-keys = ["hyprland.cachix.org-1:a7pgxzMz7+chwVL3/pzj6jIBMioiJM7ypFP8PwtkuGc="];
};
};
}