task | update/fix fonts
This commit is contained in:
parent
b0a01d0098
commit
74e688b95d
2 changed files with 16 additions and 7 deletions
|
|
@ -243,6 +243,17 @@ in {
|
|||
nixpkgs.config.allowUnfree = true;
|
||||
nixpkgs.config.permittedInsecurePackages = ["electron-25.9.0"];
|
||||
|
||||
fonts.packages = with pkgs; [
|
||||
anonymousPro
|
||||
font-awesome
|
||||
jetbrains-mono
|
||||
nerdfonts
|
||||
noto-fonts
|
||||
powerline-fonts
|
||||
source-code-pro
|
||||
victor-mono
|
||||
];
|
||||
|
||||
environment.systemPackages = with pkgs; [
|
||||
python-with-my-packages
|
||||
acpi
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue