diff options
Diffstat (limited to 'configuration.nix')
| -rw-r--r-- | configuration.nix | 31 |
1 files changed, 9 insertions, 22 deletions
diff --git a/configuration.nix b/configuration.nix index 4af20b4..f234f57 100644 --- a/configuration.nix +++ b/configuration.nix @@ -70,7 +70,6 @@ services.desktopManager.gnome.enable = true; services.tailscale.enable = true; - services.immich.enable = true; services.mpd.enable = false; services.kavita = { @@ -343,8 +342,6 @@ "input" ]; packages = with pkgs; [ - google-chrome - steam blender rocmPackages.rpp rocmPackages.hipcc @@ -355,9 +352,7 @@ tmux protonmail-desktop ghostty - obsidian inkscape - protonvpn-gui darktable nfs-utils imagemagick @@ -366,7 +361,6 @@ alsa-tools usbutils pipewire.jack - itch rocmPackages.rocminfo discord vlc @@ -383,7 +377,6 @@ ripgrep abcde guile - haunt autoconf automake libtool @@ -475,8 +468,6 @@ }) ]; - programs.steam.enable = true; - # GnuPG programs.gnupg.agent = { enable = true; @@ -484,15 +475,15 @@ }; services.pcscd.enable = true; - services.ollama = { - enable = true; - package = pkgs.ollama-rocm; - environmentVariables = { - HIP_VISIBLE_DEVICES = "0"; - OLLAMA_CONTEXT_LENGTH = "32768"; - OLLAMA_KV_CACHE_TYPE = "q8_0"; - }; - }; + # services.ollama = { + # enable = true; + # package = pkgs.ollama-rocm; + # environmentVariables = { + # HIP_VISIBLE_DEVICES = "0"; + # OLLAMA_CONTEXT_LENGTH = "32768"; + # OLLAMA_KV_CACHE_TYPE = "q8_0"; + # }; + # }; # Install firefox. programs.firefox.enable = true; @@ -513,10 +504,6 @@ # vim # Do not forget to add an editor to edit configuration.nix! The Nano editor is also installed by default. # wget neovim - (pkgs.emacs.pkgs.withPackages (epkgs: [ - (epkgs.treesit-grammars.with-grammars (g: [ g.tree-sitter-nix ])) - ])) - ]; environment.sessionVariables = { |
