Move wayland scripts

This commit is contained in:
Kiana Sheibani 2024-05-11 19:25:27 -04:00
parent 07eac39788
commit d3b14d2698
6 changed files with 1 additions and 1 deletions

View file

@ -1,7 +1,7 @@
{ config, pkgs, lib, ... }:
let
inherit (config) platform;
scripts = ../../scripts;
scripts = ./scripts;
modifier = "SUPER";
terminal = "alacritty";
in {