summaryrefslogtreecommitdiffstats
path: root/default.nix
diff options
context:
space:
mode:
authorzimbatm <zimbatm@zimbatm.com>2019-01-13 16:22:03 +0100
committerzimbatm <zimbatm@zimbatm.com>2019-01-13 16:22:07 +0100
commit32c725d38fe33bf542d65e0107e315ef424a45d1 (patch)
tree93cb356e46b444dd46cda38c647edffcc2519e48 /default.nix
parent302abd201fa629b97c0cf3060196d709f1d9cbc2 (diff)
swayidle: init at 2019-01-13T01:50:02Z
swayidle has been split out of sway in https://github.com/swaywm/sway/commit/bc808680b173d5a3c4732265b33e2e8bd81e4d9b
Diffstat (limited to 'default.nix')
-rw-r--r--default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/default.nix b/default.nix
index 909790b..e154c89 100644
--- a/default.nix
+++ b/default.nix
@@ -8,6 +8,7 @@ waylandPkgs = rec {
wlroots = pkgs.callPackage ./pkgs/wlroots {};
wlroots-old = pkgs.callPackage ./pkgs-temp/wlroots {};
sway-beta = pkgs.callPackage ./pkgs/sway-beta {};
+ swayidle = pkgs.callPackage ./pkgs/swayidle {};
grim = pkgs.callPackage ./pkgs/grim {};
slurp = pkgs.callPackage ./pkgs/slurp {};
mako = pkgs.callPackage ./pkgs/mako {};