summaryrefslogtreecommitdiffstats
path: root/pkgs/top-level
diff options
context:
space:
mode:
authorBart Brouns <bart@magnetophon.nl>2020-11-19 22:01:12 +0100
committerBart Brouns <bart@magnetophon.nl>2020-12-16 22:37:52 +0100
commit9ce1ec8d2df8cedacd72483f3d3e267612128607 (patch)
tree50097f7ffe267647806e26f6d8ad4bd1b952d40f /pkgs/top-level
parentffcf28a5e3f2800de7fd726e8b3ca0200d139a9c (diff)
i3-resurrect: init at 1.4.3
corrected from https://github.com/NixOS/nixpkgs/pull/97480 by @vldn-dev
Diffstat (limited to 'pkgs/top-level')
-rw-r--r--pkgs/top-level/all-packages.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/pkgs/top-level/all-packages.nix b/pkgs/top-level/all-packages.nix
index 92e68417e479..ca03df0b1d15 100644
--- a/pkgs/top-level/all-packages.nix
+++ b/pkgs/top-level/all-packages.nix
@@ -21717,6 +21717,8 @@ in
i3-layout-manager = callPackage ../applications/window-managers/i3/layout-manager.nix { };
+ i3-resurrect = python3Packages.callPackage ../applications/window-managers/i3/i3-resurrect.nix { };
+
i3blocks = callPackage ../applications/window-managers/i3/blocks.nix { };
i3blocks-gaps = callPackage ../applications/window-managers/i3/blocks-gaps.nix { };