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 = {