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

View file

@ -3,6 +3,7 @@
virtualisation.incus = { virtualisation.incus = {
enable = true; enable = true;
ui.enable = true; ui.enable = true;
package = pkgs.incus;
}; };
environment.systemPackages = with pkgs; [ environment.systemPackages = with pkgs; [
@ -11,7 +12,7 @@
]; ];
users.users.geir = { users.users.geir = {
extraGroups = [ extraGroups = [
"incus-admin" "incus-admin"
]; ];
}; };
networking.firewall.allowedTCPPorts = [ 8443 ]; networking.firewall.allowedTCPPorts = [ 8443 ];

View file

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