feat: add wallpaperEngine services

This commit is contained in:
DACHXY 2025-01-06 21:43:50 +08:00
parent 28789b9db8
commit 9a47a9e692
14 changed files with 352 additions and 79 deletions

View file

@ -6,6 +6,7 @@
}:
let
swayncScript = pkgs.pkgs.writeShellScriptBin "swaync-start" ''
#!/usr/bin/env bash
XDG_CONFIG_HOME="$HOME/.dummy" # Prevent swaync use default gtk theme
swaync -c "$HOME/.config/swaync/config.json" -s "$HOME/.config/swaync/style.css"
'';

View file

@ -52,6 +52,7 @@ in
ruff-lsp
pyright
hadolint
yaml-language-server
];
programs.neovim = {