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