ollama and other stuff

This commit is contained in:
Jack Mechem 2026-04-03 15:20:30 -07:00
parent 064832101f
commit 5395bf80c9
6 changed files with 321 additions and 56 deletions

View file

@ -1,39 +1,41 @@
{ pkgs, ... }:
{
home.packages = with pkgs; [
### Desktop Stuff
pkgs.sway-contrib.grimshot
waypaper
hyprpaper
swaybg
home.packages = with pkgs; [
### Desktop Stuff
pkgs.sway-contrib.grimshot
waypaper
hyprpaper
swaybg
### Audio
playerctl
spotify
pavucontrol
### Audio
playerctl
spotify
pavucontrol
### Chat apps
lunar-client
discord
zoom-us
### Authentication
bitwarden-desktop
### Random Libraries and Dependencies
gtk3
glib
zlib
deno
### Chat apps
lunar-client
discord
zoom-us
### System Monitoring Tools
mission-center
htop
### Note Taking
obsidian
### Development Tools
jetbrains.idea
jetbrains-toolbox
jdk
gnumake
### Random Libraries and Dependencies
gtk3
glib
zlib
deno
### Note taking tools
obsidian
];
### System Monitoring Tools
mission-center
htop
### Development Tools
jdk
gnumake
claude-code
];
}