tv xmonad: pager = desktop-pager
This commit is contained in:
parent
da3c1f05f5
commit
65829c6fb6
@ -4,7 +4,11 @@ let
|
|||||||
mapNixDir (path: self.callPackage path {}) [
|
mapNixDir (path: self.callPackage path {}) [
|
||||||
<stockholm/krebs/5pkgs/haskell>
|
<stockholm/krebs/5pkgs/haskell>
|
||||||
./.
|
./.
|
||||||
];
|
] // {
|
||||||
|
xmonad-tv = self.callPackage ./xmonad-tv {
|
||||||
|
pager = self.desktop-pager;
|
||||||
|
};
|
||||||
|
};
|
||||||
in
|
in
|
||||||
self: super: {
|
self: super: {
|
||||||
haskell = super.haskell // {
|
haskell = super.haskell // {
|
||||||
|
Loading…
Reference in New Issue
Block a user