Added some fonts to the workstation

This commit is contained in:
Geir Okkenhaug Jerstad 2024-12-21 12:06:38 +01:00
parent c1adef07ab
commit e4f97839bb
3 changed files with 7 additions and 5 deletions

View file

@ -14,7 +14,6 @@
./incus.nix
./libvirt.nix
./plymouth.nix
./ollama.nix
];
boot.loader.grub = {
@ -108,7 +107,10 @@
liberation_ttf
dina-font
proggyfonts
# Fonts
mona-sans
hubot-sans
# Nerd Fonts
nerd-fonts.meslo-lg
nerd-fonts.jetbrains-mono
nerd-fonts.fira-code
@ -116,7 +118,6 @@
nerd-fonts.zed-mono
nerd-fonts.iosevka
nerd-fonts.iosevka-term
];
services.pipewire = {

View file

@ -3,6 +3,7 @@
virtualisation.incus = {
enable = true;
ui.enable = true;
package = pkgs.incus;
};
environment.systemPackages = with pkgs; [

View file

@ -4,7 +4,7 @@
enable = true;
group = "ollama";
user = "ollama";
home = "/home/geir/virtual/ollama";
#home = "/home/geir/virtual/ollama";
rocmOverrideGfx = "9.0.0";
package = pkgs.ollama-rocm;
acceleration = "rocm";