Added some fonts to the workstation
This commit is contained in:
parent
c1adef07ab
commit
e4f97839bb
|
@ -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 = {
|
||||
|
|
|
@ -3,6 +3,7 @@
|
|||
virtualisation.incus = {
|
||||
enable = true;
|
||||
ui.enable = true;
|
||||
package = pkgs.incus;
|
||||
};
|
||||
|
||||
environment.systemPackages = with pkgs; [
|
||||
|
|
|
@ -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";
|
||||
|
|
Loading…
Reference in a new issue