nix flake update

This commit is contained in:
2026-05-27 11:38:50 +01:00
parent 86feb4e601
commit e45cc182ee
4 changed files with 105 additions and 99 deletions
+1 -1
View File
@@ -30,7 +30,7 @@
modules.quickshell
modules.nix-ld
modules.spotify
modules.easyeffects
# modules.easyeffects
modules.lavd
modules.ai
modules.omp
+4 -1
View File
@@ -1,9 +1,12 @@
{...}: {
flake-file.inputs = {
nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable";
};
modules.nix = {
nixos = {...}: {
nixpkgs.config.allowUnfree = true;
nix.settings = {
substituters = [
extra-substituters = [
"https://hyprland.cachix.org"
"https://nix-community.cachix.org"
"https://cache.nixos.org/"