feat(desktop): allow for building new version.
This commit is contained in:
parent
e5a30ca438
commit
68c847f94a
4 changed files with 12 additions and 9 deletions
|
@ -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;
|
||||
|
|
|
@ -15,7 +15,7 @@
|
|||
spice-gtk
|
||||
vesktop
|
||||
piper
|
||||
jellyfin-mpv-shim
|
||||
# jellyfin-mpv-shim
|
||||
overskride
|
||||
galaxy-buds-client
|
||||
tiled
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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="];
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue