all: disable kurinto font
This commit is contained in:
parent
419974910c
commit
202bd67bc3
@ -289,7 +289,7 @@
|
||||
fyne = upkgs.callPackage ./pkgs/fyne.nix {inherit upkgs;};
|
||||
flake-warn =
|
||||
spkgs.callPackage ./pkgs/flake-warn.nix {inherit spkgs;};
|
||||
kurinto = spkgs.callPackage ./pkgs/kurinto.nix {};
|
||||
#kurinto = spkgs.callPackage ./pkgs/kurinto.nix {};
|
||||
mcchunkie = spkgs.callPackage ./pkgs/mcchunkie.nix {inherit spkgs;};
|
||||
yaegi = spkgs.callPackage ./pkgs/yaegi.nix {inherit spkgs;};
|
||||
gen-patches =
|
||||
|
@ -67,7 +67,7 @@ in
|
||||
lib.mkForce ["" "${pkgs.networkmanager}/bin/nm-online -q"];
|
||||
fonts.fonts = with pkgs; [
|
||||
go-font
|
||||
(callPackage ../pkgs/kurinto.nix {})
|
||||
#(callPackage ../pkgs/kurinto.nix {})
|
||||
];
|
||||
sound.enable = true;
|
||||
environment.systemPackages = with pkgs; (xinlib.filterList [
|
||||
|
Loading…
Reference in New Issue
Block a user