some more programming languages
This commit is contained in:
parent
af065c8654
commit
7e384e0f38
2 changed files with 13 additions and 6 deletions
|
@ -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="
|
||||
];
|
||||
};
|
||||
};
|
||||
|
||||
|
|
13
home.nix
13
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 = {
|
||||
|
|
Loading…
Reference in a new issue