remove some fonts from nerdfonts to reduce package size
This commit is contained in:
parent
62209bcff2
commit
db03a4a0ee
2 changed files with 7 additions and 10 deletions
15
default.nix
15
default.nix
|
@ -2,12 +2,12 @@ self: super: {
|
|||
hacompanion = super.callPackage ./hacompanion { };
|
||||
cpthook = super.callPackage ./cpthook { };
|
||||
|
||||
python3 = super.python3.override {
|
||||
packageOverrides = python-self: python-super: {
|
||||
pytapo = python-self.callPackage ./pytapo { };
|
||||
brother-ql = python-self.callPackage ./brother-ql { };
|
||||
};
|
||||
};
|
||||
# python3 = super.python3.override {
|
||||
# packageOverrides = python-self: python-super: {
|
||||
# pytapo = python-self.callPackage ./pytapo { };
|
||||
# brother-ql = python-self.callPackage ./brother-ql { };
|
||||
# };
|
||||
# };
|
||||
|
||||
#gotosocial = super.callPackage ./gotosocial { };
|
||||
#pulse-secure = super.callPackage ./pulse-secure { };
|
||||
|
@ -32,9 +32,6 @@ self: super: {
|
|||
"DroidSansMono"
|
||||
"FiraCode"
|
||||
"FiraMono"
|
||||
"Inconsolata"
|
||||
"Iosevka"
|
||||
"Meslo"
|
||||
];
|
||||
};
|
||||
}
|
||||
|
|
2
test.nix
2
test.nix
|
@ -6,6 +6,6 @@ let
|
|||
in
|
||||
pkgs.mkShell {
|
||||
buildInputs = with pkgs; [
|
||||
intel-compute-runtime-legacy1
|
||||
nerdfonts
|
||||
];
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue