mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-01-21 17:31: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,
|
config,
|
||||||
lib,
|
lib,
|
||||||
|
wrappers,
|
||||||
...
|
...
|
||||||
}: {
|
}: {
|
||||||
config = lib.mkIf config.myConfig.de.hyprland.enable {
|
config = lib.mkIf config.myConfig.de.hyprland.enable {
|
||||||
|
|
@ -8,7 +9,7 @@
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
||||||
settings = {
|
settings = {
|
||||||
exec-once = ["hyprpaper"];
|
exec-once = ["${lib.getExe wrappers.hyprpaper}"];
|
||||||
|
|
||||||
input = {
|
input = {
|
||||||
kb_layout = "de";
|
kb_layout = "de";
|
||||||
|
|
|
||||||
Binary file not shown.
|
Before Width: | Height: | Size: 656 KiB |
Loading…
Add table
Add a link
Reference in a new issue