Sway : Move config to desktop module.

This commit is contained in:
Dmitry Voronin 2024-05-12 02:17:20 +03:00
parent 5ad546abd2
commit a2f4c737a1
Signed by: voronind
SSH key fingerprint: SHA256:3kBb4iV2ahufEBNq+vFbUe4QYfHt98DHQjN7QaptY9k
28 changed files with 1 additions and 1 deletions

View file

@ -1,5 +1,5 @@
{ pkgs, lib, wallpaper, style, ... } @args: let
sway = import ./sway args;
sway = import ./desktop/sway args;
config = pkgs.writeText "swayConfig" sway.config;
script = pkgs.writeShellScriptBin "swayscript" sway.script;
in {