options: delete fonts.nix and grub-boot.nix
This commit is contained in:
parent
049fd348b2
commit
c259ae1c56
2 changed files with 0 additions and 49 deletions
|
@ -1,16 +0,0 @@
|
||||||
{pkgs, ...}: {
|
|
||||||
boot.loader = {
|
|
||||||
efi.canTouchEfiVariables = true;
|
|
||||||
grub = {
|
|
||||||
enable = true;
|
|
||||||
efiSupport = true;
|
|
||||||
device = "nodev";
|
|
||||||
};
|
|
||||||
};
|
|
||||||
boot.plymouth = {
|
|
||||||
enable = false;
|
|
||||||
font = "${pkgs.jetbrains-mono}/share/fonts/truetype/JetBrainsMono-Regular.ttf";
|
|
||||||
themePackages = [pkgs.catppuccin-plymouth];
|
|
||||||
theme = "catppuccin-macchiato";
|
|
||||||
};
|
|
||||||
}
|
|
|
@ -1,33 +0,0 @@
|
||||||
{pkgs, ...}: {
|
|
||||||
fonts = {
|
|
||||||
packages = with pkgs; [
|
|
||||||
material-design-icons
|
|
||||||
xfce.xfce4-icon-theme
|
|
||||||
papirus-icon-theme
|
|
||||||
(nerdfonts.override {fonts = ["JetBrainsMono" "ComicShannsMono"];})
|
|
||||||
noto-fonts
|
|
||||||
noto-fonts-cjk-sans
|
|
||||||
noto-fonts-cjk-serif
|
|
||||||
noto-fonts-color-emoji
|
|
||||||
corefonts
|
|
||||||
];
|
|
||||||
# What does this do?
|
|
||||||
# fonts.enableDefaultPackages: when set to true,
|
|
||||||
# causes some "basic" fonts to be installed for reasonable Unicode coverage.
|
|
||||||
# Set to true if you are unsure about what languages you
|
|
||||||
# might end up reading.
|
|
||||||
enableDefaultPackages = false;
|
|
||||||
|
|
||||||
# this fixes emoji stuff
|
|
||||||
# fontconfig = {
|
|
||||||
# defaultFonts = {
|
|
||||||
# #monospace = ["JetBrainsMono Nerd Font" "Noto Color Emoji"];
|
|
||||||
#
|
|
||||||
# monospace = ["ComicShannsMono Nerd Font" "Noto Color Emoji"];
|
|
||||||
# sansSerif = ["Lexend" "Noto Color Emoji"];
|
|
||||||
# serif = ["Noto Serif" "Noto Color Emoji"];
|
|
||||||
# emoji = ["Noto Color Emoji"];
|
|
||||||
# };
|
|
||||||
# };
|
|
||||||
};
|
|
||||||
}
|
|
Loading…
Add table
Add a link
Reference in a new issue