commit | e4757d31a141fbceda36707cb8633803fec84b46 | [log] [tgz] |
---|---|---|
author | Skyler Turner <skyler@clicksminuteper.net> | Wed Mar 09 00:18:35 2022 +0000 |
committer | Skyler Turner <skyler@clicksminuteper.net> | Wed Mar 09 00:18:35 2022 +0000 |
tree | 4f955d78865a3f375ae5da3b46322ff30433cb4c | |
parent | 35a7ce651aa5cdc60e5715fa1f0ee74a386f4556 [diff] |
Change the path to the background
diff --git a/src/apps/personal/sway.nix b/src/apps/personal/sway.nix index 7ebc73b..ca633d1 100644 --- a/src/apps/personal/sway.nix +++ b/src/apps/personal/sway.nix
@@ -1,4 +1,4 @@ -{ pkgs, lib, ... }: { +{ self, pkgs, lib, ... }: { wayland.windowManager.sway = { enable = true; wrapperFeatures.gtk = true; @@ -59,7 +59,7 @@ position = "0,1522"; }; "*" = { - bg = "./sway/background.png fill"; + bg = "${self}/background.png fill"; }; }; right = "l";