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
|
picocom
|
||||||
glib.dev # contains gdbus tool
|
glib.dev # contains gdbus tool
|
||||||
alacritty
|
alacritty
|
||||||
roxterm
|
|
||||||
unstablepkgs.wally-cli
|
unstablepkgs.wally-cli
|
||||||
man-pages
|
man-pages
|
||||||
|
|
||||||
|
|
|
@ -33,7 +33,6 @@ let
|
||||||
esac
|
esac
|
||||||
'';
|
'';
|
||||||
terminalCommand = "${pkgs.alacritty}/bin/alacritty";
|
terminalCommand = "${pkgs.alacritty}/bin/alacritty";
|
||||||
# terminalCommand = "${pkgs.roxterm}/bin/roxterm";
|
|
||||||
|
|
||||||
dpmsScript = pkgs.writeScript "dpmsScript" ''
|
dpmsScript = pkgs.writeScript "dpmsScript" ''
|
||||||
#!${pkgs.bash}/bin/bash
|
#!${pkgs.bash}/bin/bash
|
||||||
|
|
|
@ -21,33 +21,7 @@ in {
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
|
|
||||||
roxterm = super.stdenv.mkDerivation {
|
qtile = super.qtile.overrideAttrs(oldAttrs: {
|
||||||
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: {
|
|
||||||
propagatedBuildInputs = oldAttrs.passthru.unwrapped.propagatedBuildInputs ++ (with self.python3Packages; [
|
propagatedBuildInputs = oldAttrs.passthru.unwrapped.propagatedBuildInputs ++ (with self.python3Packages; [
|
||||||
# python-wifi
|
# python-wifi
|
||||||
# iwlib
|
# iwlib
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue