some more programming languages

This commit is contained in:
mehbark 2023-08-17 23:27:39 -04:00
parent af065c8654
commit 7e384e0f38
2 changed files with 13 additions and 6 deletions

View file

@ -14,8 +14,10 @@ in
experimental-features = nix-command flakes experimental-features = nix-command flakes
''; '';
settings = { settings = {
substituters = ["https://hyprland.cachix.org"]; substituters = ["https://nix-community.cachix.org"];
trusted-public-keys = ["hyprland.cachix.org-1:a7pgxzMz7+chwVL3/pzj6jIBMioiJM7ypFP8PwtkuGc="]; trusted-public-keys = [
"nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs="
];
}; };
}; };

View file

@ -11,15 +11,13 @@ in
home.packages = with pkgs; [ home.packages = with pkgs; [
firefox firefox
clojure clojure
deno
# bsdgames # bsdgames
# CRITICAL THREE # CRITICAL THREE
fortune fortune
cowsay cowsay
ponysay ponysay
sbcl
rlwrap
lispPackages.trivia lispPackages.trivia
lispPackages.quicklisp
# lutris # lutris
# mono5 # mono5
nethack nethack
@ -30,10 +28,17 @@ in
# thunderbird # thunderbird
starship starship
exa exa
ghc
dmenu dmenu
xsel xsel
manix manix
rlwrap
# i like having easy access to a lot of repls
deno
ghc
sbcl
chez
racket
]; ];
programs.fish = { programs.fish = {