Re-enable nix-ld and change niri config for TV

This commit is contained in:
Zeph Levy 2026-04-12 15:13:09 +02:00
parent d6a1bec6ee
commit bbf85a823f
2 changed files with 3 additions and 2 deletions

View file

@ -76,7 +76,7 @@ input {
position x=1280 y=0 position x=1280 y=0
} }
output "DP-4" { output "DP-1" {
mode "3840x2160@60.000" mode "3840x2160@60.000"
} }

View file

@ -58,7 +58,8 @@
}; };
}; };
# programs.nix-ld.enable = true; # Note to self: You need this for flutter!
programs.nix-ld.enable = true;
nix.settings.experimental-features = [ nix.settings.experimental-features = [
"nix-command" "nix-command"