clean overrides; remove roxterm
This commit is contained in:
parent
9c2818739b
commit
9a9b8016c9
3 changed files with 1 additions and 29 deletions
|
@ -285,7 +285,6 @@ in {
|
|||
picocom
|
||||
glib.dev # contains gdbus tool
|
||||
alacritty
|
||||
roxterm
|
||||
unstablepkgs.wally-cli
|
||||
man-pages
|
||||
|
||||
|
|
|
@ -33,7 +33,6 @@ let
|
|||
esac
|
||||
'';
|
||||
terminalCommand = "${pkgs.alacritty}/bin/alacritty";
|
||||
# terminalCommand = "${pkgs.roxterm}/bin/roxterm";
|
||||
|
||||
dpmsScript = pkgs.writeScript "dpmsScript" ''
|
||||
#!${pkgs.bash}/bin/bash
|
||||
|
|
|
@ -21,33 +21,7 @@ in {
|
|||
'';
|
||||
};
|
||||
|
||||
roxterm = super.stdenv.mkDerivation {
|
||||
name = "roxterm-custom";
|
||||
buildInputs = [ super.makeWrapper ];
|
||||
phases = "installPhase";
|
||||
installPhase = ''
|
||||
makeWrapper ${super.roxterm}/bin/roxterm $out/bin/roxterm \
|
||||
--add-flags "--separate"
|
||||
'';
|
||||
};
|
||||
|
||||
# TODO: facetimehd is currfently broken (https://github.com/NixOS/nixpkgs/pull/72804)
|
||||
facetimehd-firmware = super.hello;
|
||||
|
||||
# qtile = super.qtile.overrideAttrs(oldAttrs: {
|
||||
# pythonPath = oldAttrs.pythonPath ++ (with self.python37Packages; [
|
||||
# psutil
|
||||
# dbus-python
|
||||
# pyxdg
|
||||
# mpd2
|
||||
# # python-wifi
|
||||
# # iwlib
|
||||
# dateutil
|
||||
# keyring
|
||||
# ]);
|
||||
# });
|
||||
|
||||
qtile = self.nixpkgs-unstable.qtile.overrideAttrs(oldAttrs: {
|
||||
qtile = super.qtile.overrideAttrs(oldAttrs: {
|
||||
propagatedBuildInputs = oldAttrs.passthru.unwrapped.propagatedBuildInputs ++ (with self.python3Packages; [
|
||||
# python-wifi
|
||||
# iwlib
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue