mirror of
https://github.com/EdenQwQ/nixos.git
synced 2026-02-22 21:05:50 +08:00
add waycorner
This commit is contained in:
parent
fda4391c57
commit
204248240a
3 changed files with 19 additions and 0 deletions
|
|
@ -14,6 +14,7 @@ let
|
|||
wlsunset
|
||||
systemd
|
||||
killall
|
||||
waycorner
|
||||
];
|
||||
extraShellCheckFlags = [ ];
|
||||
bashOptions = [ ];
|
||||
|
|
@ -28,6 +29,7 @@ let
|
|||
swww-daemon &
|
||||
clash-meta -d ~/.config/clash &
|
||||
wlsunset -s 00:00 -S 00:00 -t 5000 -T 5001 &
|
||||
waycorner &
|
||||
'';
|
||||
};
|
||||
niri-blur-wallpaper = pkgs.writers.writePython3Bin "niri-blur-wallpaper" { doCheck = false; } ''
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue