summaryrefslogtreecommitdiffstats
path: root/default.nix
diff options
context:
space:
mode:
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; }
-