{flake.nix,common}: remove inputs.fonts
This commit is contained in:
parent
dfdc6f9c3d
commit
dcee005a05
|
@ -18,11 +18,6 @@
|
||||||
flake = false;
|
flake = false;
|
||||||
};
|
};
|
||||||
|
|
||||||
fonts = {
|
|
||||||
url = "path:/home/h7x4/git/fonts";
|
|
||||||
flake = false;
|
|
||||||
};
|
|
||||||
|
|
||||||
sops-nix = {
|
sops-nix = {
|
||||||
url = "github:Mic92/sops-nix";
|
url = "github:Mic92/sops-nix";
|
||||||
inputs.nixpkgs.follows = "nixpkgs";
|
inputs.nixpkgs.follows = "nixpkgs";
|
||||||
|
@ -79,7 +74,6 @@
|
||||||
home-manager-local,
|
home-manager-local,
|
||||||
|
|
||||||
dotfiles,
|
dotfiles,
|
||||||
fonts,
|
|
||||||
matrix-synapse-next,
|
matrix-synapse-next,
|
||||||
maunium-stickerpicker,
|
maunium-stickerpicker,
|
||||||
minecraft,
|
minecraft,
|
||||||
|
|
|
@ -167,14 +167,13 @@ in {
|
||||||
|
|
||||||
enableDefaultPackages = true;
|
enableDefaultPackages = true;
|
||||||
packages = with pkgs; [
|
packages = with pkgs; [
|
||||||
|
ark-pixel-font
|
||||||
cm_unicode
|
cm_unicode
|
||||||
|
corefonts
|
||||||
dejavu_fonts
|
dejavu_fonts
|
||||||
fira-code
|
fira-code
|
||||||
fira-code-symbols
|
fira-code-symbols
|
||||||
powerline-fonts
|
|
||||||
iosevka
|
iosevka
|
||||||
symbola
|
|
||||||
corefonts
|
|
||||||
ipaexfont
|
ipaexfont
|
||||||
ipafont
|
ipafont
|
||||||
liberation_ttf
|
liberation_ttf
|
||||||
|
@ -185,12 +184,15 @@ in {
|
||||||
noto-fonts-emoji
|
noto-fonts-emoji
|
||||||
ocr-a
|
ocr-a
|
||||||
open-sans
|
open-sans
|
||||||
|
powerline-fonts
|
||||||
source-han-sans
|
source-han-sans
|
||||||
source-sans
|
source-sans
|
||||||
|
symbola
|
||||||
|
texlivePackages.asana-math
|
||||||
ubuntu_font_family
|
ubuntu_font_family
|
||||||
victor-mono
|
victor-mono
|
||||||
|
yasashisa-gothic
|
||||||
(nerdfonts.override { fonts = [ "FiraCode" "DroidSansMono" ]; })
|
(nerdfonts.override { fonts = [ "FiraCode" "DroidSansMono" ]; })
|
||||||
inputs.fonts
|
|
||||||
];
|
];
|
||||||
|
|
||||||
fontconfig = {
|
fontconfig = {
|
||||||
|
|
Loading…
Reference in New Issue