From f68b206aa4af656c7d26db1dbf817ac9a604fc8f Mon Sep 17 00:00:00 2001 From: batvin321 Date: Tue, 11 Jun 2024 19:27:01 -0400 Subject: [PATCH] Update configuration.nix --- configuration.nix | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/configuration.nix b/configuration.nix index 53b2c07..3d32f2a 100644 --- a/configuration.nix +++ b/configuration.nix @@ -69,12 +69,12 @@ in services.xserver.enable = true; # displaylink - #services.xserver.videoDrivers = [ "displaylink" "modesetting" ]; + services.xserver.videoDrivers = [ "displaylink" "modesetting" ]; # waydroid #virtualisation.waydroid.enable = true; - # Enable the Cinnamon Desktop Environment. + # Enable the Plasma 6 Environment. services.displayManager.sddm.enable = true; services.desktopManager.plasma6.enable = true; programs.kdeconnect.enable = true; @@ -150,6 +150,9 @@ in }; }; + # ollama + services.ollama.enable = true; + # List packages installed in system profile. To search, run: # $ nix search wget environment = {