From ca4e63650bfe066313ec4c5407740dbe1664e3f0 Mon Sep 17 00:00:00 2001 From: adikro Date: Mon, 1 Dec 2025 21:50:57 +0100 Subject: added ollama --- hosts/desktop/configuration.nix | 13 +++++-------- 1 file changed, 5 insertions(+), 8 deletions(-) (limited to 'hosts/desktop/configuration.nix') diff --git a/hosts/desktop/configuration.nix b/hosts/desktop/configuration.nix index f22c4d6..efec049 100644 --- a/hosts/desktop/configuration.nix +++ b/hosts/desktop/configuration.nix @@ -14,6 +14,7 @@ ../../modules/tor.nix ../../modules/hyprland.nix ../../modules/niri.nix + ../../modules/ollama.nix inputs.home-manager.nixosModules.home-manager inputs.chaotic.nixosModules.default ]; @@ -100,7 +101,7 @@ services.lact.enable = true; chaotic = { mesa-git = { enable = true; - fallbackSpecialisation = true; + fallbackSpecialisation = false; extraPackages = with pkgs; [ mesa_git.opencl ]; @@ -112,10 +113,8 @@ services.dbus.enable = true; xdg.portal = { enable = true; xdgOpenUsePortal = true; - wlr = { - enable = true; - }; extraPortals = with pkgs; [ + xdg-desktop-portal-gnome xdg-desktop-portal-gtk ]; }; @@ -154,11 +153,9 @@ environment.sessionVariables = { programs.fish.enable = true; - programs.adb.enable = true; - users.users.adam = { isNormalUser = true; - extraGroups = [ "wheel" "input" "docker" "adbusers" ]; + extraGroups = [ "wheel" "input" "docker" ]; home = "/home/adam"; shell = pkgs.fish; }; @@ -182,8 +179,8 @@ environment.sessionVariables = { nix-output-monitor nvd rivalcfg - easyeffects lutris + easyeffects ]; fonts.packages = with pkgs; [ -- cgit v1.3