Skip to content

Commit

Permalink
sbcl env because of conflicts, remove helix-gpt
Browse files Browse the repository at this point in the history
  • Loading branch information
SoraTenshi committed Oct 30, 2024
1 parent bb5b084 commit d5f7a95
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 7 deletions.
21 changes: 16 additions & 5 deletions home/development/common-lisp.nix
Original file line number Diff line number Diff line change
@@ -1,9 +1,20 @@
{ pkgs, ... }: {
home.packages = with pkgs.sbclPackages; [
# CLI Parser
clingon
home.packages = [
(pkgs.symlinkJoin {
name = "sbcl-env";
paths = with pkgs.sbclPackages; [
# CLI Parser
clingon

# Coloured output!
cl-ansi-term
# CLI stuff
trivial-shell

# Coloured output!
cl-ansi-term

# Strings
str
];
})
];
}
1 change: 1 addition & 0 deletions home/development/default.nix
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{ pkgs, ... }: {
imports = [ ./common-lisp.nix ];
home.packages = with pkgs; [
# debugger
gdb
Expand Down
2 changes: 0 additions & 2 deletions home/editors/language-servers/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,6 @@
nodePackages.yaml-language-server # YAML / JSON

luajitPackages.lua-lsp # Lua

helix-gpt # Copilot
] ++ (if system == "x86_64-linux" then [ols] else []); # Odin!

# xdg.configFile."zls.json".text = builtins.toJSON {
Expand Down

0 comments on commit d5f7a95

Please sign in to comment.