From 7e384e0f38d68ec058aef02961598927c32e52ad Mon Sep 17 00:00:00 2001 From: mehbark Date: Thu, 17 Aug 2023 23:27:39 -0400 Subject: [PATCH] some more programming languages --- configuration.nix | 6 ++++-- home.nix | 13 +++++++++---- 2 files changed, 13 insertions(+), 6 deletions(-) diff --git a/configuration.nix b/configuration.nix index 42b6b6b..f8661e6 100644 --- a/configuration.nix +++ b/configuration.nix @@ -14,8 +14,10 @@ in experimental-features = nix-command flakes ''; settings = { - substituters = ["https://hyprland.cachix.org"]; - trusted-public-keys = ["hyprland.cachix.org-1:a7pgxzMz7+chwVL3/pzj6jIBMioiJM7ypFP8PwtkuGc="]; + substituters = ["https://nix-community.cachix.org"]; + trusted-public-keys = [ + "nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs=" + ]; }; }; diff --git a/home.nix b/home.nix index f089cfc..c9f9cc1 100644 --- a/home.nix +++ b/home.nix @@ -11,15 +11,13 @@ in home.packages = with pkgs; [ firefox clojure - deno # bsdgames # CRITICAL THREE fortune cowsay ponysay - sbcl - rlwrap lispPackages.trivia + lispPackages.quicklisp # lutris # mono5 nethack @@ -30,10 +28,17 @@ in # thunderbird starship exa - ghc dmenu xsel manix + + rlwrap + # i like having easy access to a lot of repls + deno + ghc + sbcl + chez + racket ]; programs.fish = {