diff options
Diffstat (limited to 'hosts/desktop/configuration.nix')
| -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; [ |
