refactor in synaptic style
This commit is contained in:
parent
ce295da1c1
commit
a27b02276d
119 changed files with 1099 additions and 3109 deletions
14
hosts/quiver/outputs.nix
Normal file
14
hosts/quiver/outputs.nix
Normal file
|
@ -0,0 +1,14 @@
|
|||
{ ... }:
|
||||
{
|
||||
hm.programs.niri.settings.outputs = {
|
||||
"DP-1" = {
|
||||
transform.rotation = 90;
|
||||
scale = 1;
|
||||
};
|
||||
"DP-2" = {
|
||||
variable-refresh-rate = true;
|
||||
scale = 1;
|
||||
};
|
||||
};
|
||||
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue