Re-enable nix-ld and change niri config for TV
This commit is contained in:
parent
d6a1bec6ee
commit
bbf85a823f
2 changed files with 3 additions and 2 deletions
|
|
@ -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"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -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"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue