summaryrefslogtreecommitdiffstats
path: root/default.nix
diff options
context:
space:
mode:
authorAlex Rice <alexrice999@hotmail.co.uk>2019-04-29 18:50:52 +0100
committerAlex Rice <alexrice999@hotmail.co.uk>2019-04-29 18:50:52 +0100
commite91a333a97201a02806d86666012fe31115cfdb7 (patch)
tree97a566cfc04fd2cdf638a1a56efb111828c0197d /default.nix
parent1173ef96c356b4c471703da5280757b3eed92a7c (diff)
Swaybg: init
Diffstat (limited to 'default.nix')
-rw-r--r--default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/default.nix b/default.nix
index e498560..9cc42e6 100644
--- a/default.nix
+++ b/default.nix
@@ -9,6 +9,7 @@ waylandPkgs = rec {
wlroots = pkgs.callPackage ./pkgs/wlroots {};
xdg-desktop-portal-wlr = pkgs.callPackage ./pkgs/xdg-desktop-portal-wlr {};
sway = pkgs.callPackage ./pkgs/sway {};
+ swaybg = pkgs.callPackage ./pkgs/swaybg {};
swayidle = pkgs.callPackage ./pkgs/swayidle {};
swaylock = pkgs.callPackage ./pkgs/swaylock {};
grim = pkgs.callPackage ./pkgs/grim {};
@@ -36,4 +37,3 @@ waylandPkgs = rec {
};
in
waylandPkgs // { inherit waylandPkgs; }
-