potpourri - add brave into home/, st has light mode, etc.
This commit is contained in:
parent
fd3f89ce28
commit
237f7c2691
|
@ -7,7 +7,7 @@
|
|||
|
||||
environment.systemPackages = [
|
||||
(pkgs.callPackage ../builds/rebuild.nix {})
|
||||
(pkgs.callPackage ../builds/st.nix { lightMode = true; })
|
||||
(pkgs.callPackage ../builds/st.nix { lightMode = false; })
|
||||
(pkgs.callPackage ../builds/utils.nix {})
|
||||
(pkgs.callPackage ../builds/statusbar {})
|
||||
pkgs.man-pages
|
||||
|
|
Loading…
Reference in New Issue