refactor: simplify Nix configuration and update dependencies
Replaced custom Nerd Fonts overrides with predefined ones. Removed unused Neovim settings and plugins, and disabled Neovim for a specific user. Updated various flake dependencies to their latest versions.
This commit is contained in:
parent
85a81dd054
commit
bbc247aa23
17 changed files with 135 additions and 2015 deletions
|
@ -1,13 +1,9 @@
|
|||
{ channels, ... }:
|
||||
final: prev: {
|
||||
inherit (channels.unstable)
|
||||
jetbrains-toolbox
|
||||
ollama
|
||||
open-webui
|
||||
aider-chat
|
||||
vscode
|
||||
goose-cli
|
||||
nodejs_20
|
||||
# open-webui
|
||||
# vscode
|
||||
# nodejs_20
|
||||
;
|
||||
|
||||
# goose-cli = channels.unstable.callPackage ./goose.nix { };
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue