desktop: fix path for 2in1screen

This commit is contained in:
Kabbone 2023-01-28 16:20:22 +01:00
parent 113a228788
commit f8e8831622
Signed by: Kabbone
SSH Key Fingerprint: SHA256:A5zPB5I6u5V78V51c362BBdCwhDhfDUVbt7NfKdjWBY

View File

@ -14,7 +14,7 @@
{ config, lib, pkgs, ... }:
{
home.file.".config/sway/2in1screen".source = ../scripts/2in1screen;
home.file.".config/sway/scripts/2in1screen".source = ../scripts/2in1screen;
wayland.windowManager.sway = {
enable = true;