The Blue Update #1

Merged
Jimbo merged 101 commits from Refactor into main 2024-10-25 21:26:22 -04:00
2 changed files with 3 additions and 2 deletions
Showing only changes of commit 734e76940d - Show all commits

View file

@ -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";
}

View file

@ -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";