diff --git a/home/desktop/sway.nix b/home/desktop/sway.nix index 43a7d5c..a0d1cfa 100644 --- a/home/desktop/sway.nix +++ b/home/desktop/sway.nix @@ -9,10 +9,13 @@ kanshi grim slurp + playerctl ]; xdg.configFile = { "sway".source = "${config.dotfiles.path}/.config/sway"; + "swaylock".source = "${config.dotfiles.path}/.config/swaylock"; + "swayidle".source = "${config.dotfiles.path}/.config/swayidle"; "i3status-rust".source = "${config.dotfiles.path}/.config/i3status-rust"; "tofi/config".source = "${config.dotfiles.path}/.config/tofi/config"; };