Renamed ./02_shaders_nothern-lights.nix to ./02_shaders_northern-lights.nix

This commit is contained in:
2025-11-14 00:10:09 +00:00
parent bcd475efc3
commit cb0548fda3
2 changed files with 2 additions and 1 deletions

View File

@@ -3,7 +3,7 @@
{ {
imports = [ imports = [
./01_shaders_bar-spectrum.nix ./01_shaders_bar-spectrum.nix
./02_shaders_nothern-lights.nix ./02_shaders_northern-lights.nix
./03_shaders_pass-through.nix ./03_shaders_pass-through.nix
./04_shaders_spectrogram.nix ./04_shaders_spectrogram.nix
./05_shaders_winamp-line-style-spectrum.nix ./05_shaders_winamp-line-style-spectrum.nix

View File

@@ -11,6 +11,7 @@
]; ];
nix.settings.experimental-features = [ "nix-command" "flakes" ]; nix.settings.experimental-features = [ "nix-command" "flakes" ];
# nix.registry.nixpkgs.flake = nixpkgs; # nix.registry.nixpkgs.flake = nixpkgs;
nixpkgs.config.allowUnfree = true; nixpkgs.config.allowUnfree = true;
environment.extraInit = '' environment.extraInit = ''