framework-2024-04-12-10-25-52
This commit is contained in:
4
configs/gui.nix
Normal file → Executable file
4
configs/gui.nix
Normal file → Executable file
@ -38,10 +38,10 @@ in
|
||||
};
|
||||
|
||||
fonts = {
|
||||
enableDefaultFonts = true;
|
||||
enableDefaultPackages = true;
|
||||
fontDir.enable = true;
|
||||
|
||||
fonts = with pkgs; [
|
||||
packages = with pkgs; [
|
||||
# (nerdfonts.override { fonts = [ "Liberation" ]; })
|
||||
nerdfonts
|
||||
corefonts
|
||||
|
Reference in New Issue
Block a user