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;
|
nixpkgs.config.allowUnfree = true;
|
||||||
|
|
||||||
# Setup community cache
|
# Setup community cache
|
||||||
|
|
||||||
nix.settings = {
|
nix.settings = {
|
||||||
substituters = [
|
substituters = [
|
||||||
"https://nix-community.cachix.org"
|
"https://nix-community.cachix.org"
|
||||||
|
"https://hyprland.cachix.org"
|
||||||
|
];
|
||||||
|
trusted-substituters = [
|
||||||
|
"https://hyprland.cachix.org"
|
||||||
];
|
];
|
||||||
trusted-public-keys = [
|
trusted-public-keys = [
|
||||||
"nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs="
|
"nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs="
|
||||||
|
"hyprland.cachix.org-1:a7pgxzMz7+chwVL3/pzj6jIBMioiJM7ypFP8PwtkuGc="
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
nixpkgs.config.permittedInsecurePackages = [
|
||||||
|
"qtwebengine-5.15.19"
|
||||||
|
];
|
||||||
|
|
||||||
# Optimise storage
|
# Optimise storage
|
||||||
nix.optimise = {
|
nix.optimise = {
|
||||||
automatic = true;
|
automatic = true;
|
||||||
|
|
|
@ -15,7 +15,7 @@
|
||||||
spice-gtk
|
spice-gtk
|
||||||
vesktop
|
vesktop
|
||||||
piper
|
piper
|
||||||
jellyfin-mpv-shim
|
# jellyfin-mpv-shim
|
||||||
overskride
|
overskride
|
||||||
galaxy-buds-client
|
galaxy-buds-client
|
||||||
tiled
|
tiled
|
||||||
|
|
|
@ -16,8 +16,7 @@
|
||||||
nvd
|
nvd
|
||||||
nurl
|
nurl
|
||||||
termsonic
|
termsonic
|
||||||
inputs.iamb.packages.x86_64-linux.default
|
# inputs.iamb.packages.x86_64-linux.default
|
||||||
toot
|
|
||||||
inputs.agenix.packages.${system}.default
|
inputs.agenix.packages.${system}.default
|
||||||
inputs.deploy-rs.packages.${system}.default
|
inputs.deploy-rs.packages.${system}.default
|
||||||
inputs.hb-downloader.packages.${system}.default
|
inputs.hb-downloader.packages.${system}.default
|
||||||
|
|
|
@ -30,11 +30,5 @@
|
||||||
};
|
};
|
||||||
|
|
||||||
security.pam.services.hyprlock = {};
|
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