nix flake update
This commit is contained in:
@@ -30,7 +30,7 @@
|
||||
modules.quickshell
|
||||
modules.nix-ld
|
||||
modules.spotify
|
||||
modules.easyeffects
|
||||
# modules.easyeffects
|
||||
modules.lavd
|
||||
modules.ai
|
||||
modules.omp
|
||||
|
||||
@@ -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/"
|
||||
|
||||
Reference in New Issue
Block a user