summaryrefslogtreecommitdiff
path: root/configuration.nix
diff options
context:
space:
mode:
authorHenry Webster <hwebs@hwebs.info>2026-07-22 22:28:24 -0500
committerHenry Webster <hwebs@hwebs.info>2026-07-22 22:28:24 -0500
commit974a2ba37bfb80934275adc335e8f0a0ffcf49a3 (patch)
tree2860bb9650fb5a598438b9e18b2bcc5d324f40ad /configuration.nix
parent0faaf1662e689de55d95199065d845fea3097a69 (diff)
initial commit
Diffstat (limited to 'configuration.nix')
-rw-r--r--configuration.nix31
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 = {