Add tearing to only Firefly since thats the one that has sway git
This commit is contained in:
parent
7bdf2029bc
commit
734e76940d
2 changed files with 3 additions and 2 deletions
|
@ -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";
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue