The Blue Update #1
|
@ -1,4 +1,4 @@
|
||||||
{ nur, ... }:
|
{ nur, config, ... }:
|
||||||
{
|
{
|
||||||
imports = [
|
imports = [
|
||||||
# Apps and programs
|
# Apps and programs
|
||||||
|
@ -22,4 +22,6 @@
|
||||||
# Imports
|
# Imports
|
||||||
nur.nixosModules.nur
|
nur.nixosModules.nur
|
||||||
];
|
];
|
||||||
|
|
||||||
|
wayland.windowManager.sway.config.output.${config.displays.d1}.allow_tearing = "yes";
|
||||||
}
|
}
|
||||||
|
|
|
@ -10,7 +10,6 @@
|
||||||
max_render_time = "3";
|
max_render_time = "3";
|
||||||
bg = "~/.assets/wallpapers/1.png fill";
|
bg = "~/.assets/wallpapers/1.png fill";
|
||||||
adaptive_sync = "on";
|
adaptive_sync = "on";
|
||||||
#tearing_allowed = "1";
|
|
||||||
};
|
};
|
||||||
${config.displays.d2} = {
|
${config.displays.d2} = {
|
||||||
pos = "0 405";
|
pos = "0 405";
|
||||||
|
|
Loading…
Reference in a new issue