mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-01-21 16:21:34 +01:00
Fix hyprpaper autostart
This commit is contained in:
parent
baa178a088
commit
da22ffb4bb
2 changed files with 2 additions and 1 deletions
|
|
@ -1,6 +1,7 @@
|
|||
{
|
||||
config,
|
||||
lib,
|
||||
wrappers,
|
||||
...
|
||||
}: {
|
||||
config = lib.mkIf config.myConfig.de.hyprland.enable {
|
||||
|
|
@ -8,7 +9,7 @@
|
|||
enable = true;
|
||||
|
||||
settings = {
|
||||
exec-once = ["hyprpaper"];
|
||||
exec-once = ["${lib.getExe wrappers.hyprpaper}"];
|
||||
|
||||
input = {
|
||||
kb_layout = "de";
|
||||
|
|
|
|||
Binary file not shown.
|
Before Width: | Height: | Size: 656 KiB |
Loading…
Add table
Add a link
Reference in a new issue