diff options
| author | adikro <adikro@disroot.org> | 2025-12-01 21:50:57 +0100 |
|---|---|---|
| committer | adikro <adikro@disroot.org> | 2025-12-01 21:50:57 +0100 |
| commit | ca4e63650bfe066313ec4c5407740dbe1664e3f0 (patch) | |
| tree | 2413acad38460a8185159d868259f1e9a40263e6 /hosts | |
| parent | 2ea2c4ee8c36927036934d9d563998adf48b4bcc (diff) | |
added ollama
Diffstat (limited to 'hosts')
| -rw-r--r-- | hosts/desktop/configuration.nix | 13 |
1 files changed, 5 insertions, 8 deletions
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; [ |
