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

11
home/config/tmux.yaml Normal file
View file

@ -0,0 +1,11 @@
name: init
root: ~/
startup_window: editor
windows:
- editor:
layout: main-vertical
panes:
- editor:
- nvim

View file

@ -61,7 +61,7 @@
"nvim . (.*)": " $1",
"\\(\\d+\\) Discord (.*)": " $1",
"(.*) - YouTube — Mozilla Firefox": " $1",
"(.*)\\pdf — Mozilla Firefox": " $1",
"(.*)\\.pdf — Mozilla Firefox": " $1",
"(.*) — Mozilla Firefox": " $1",
"(.*) - VLC media player": " $1",
"(.*) - YouTube Music — Mozilla Firefox": "󰎆 $1",

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 = {