about summary refs log tree commit diff
path: root/nix/hosts/caladan
diff options
context:
space:
mode:
Diffstat (limited to 'nix/hosts/caladan')
-rw-r--r--nix/hosts/caladan/darwin-configuration.nix4
-rw-r--r--nix/hosts/caladan/home_emile.nix6
2 files changed, 9 insertions, 1 deletions
diff --git a/nix/hosts/caladan/darwin-configuration.nix b/nix/hosts/caladan/darwin-configuration.nix
index c681b35..a181b35 100644
--- a/nix/hosts/caladan/darwin-configuration.nix
+++ b/nix/hosts/caladan/darwin-configuration.nix
@@ -42,12 +42,14 @@
       trusted-users = [ "root" "hydra" "emile" ];
 
       trusted-public-keys = [
-        "nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs="
         "cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY="
+        "nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs="
+        "cache.garnix.io:CTFPyKSLcx5RMJKfLo5EEPUObbA78b0YQ2DTCJXqr9g="
       ];
       substituters = [
         "https://cache.nixos.org"
         "https://nix-community.cachix.org"
+        "https://cache.garnix.io"
       ];
 
       experimental-features = [ "nix-command" "flakes" ];
diff --git a/nix/hosts/caladan/home_emile.nix b/nix/hosts/caladan/home_emile.nix
index a7009ab..f57daaf 100644
--- a/nix/hosts/caladan/home_emile.nix
+++ b/nix/hosts/caladan/home_emile.nix
@@ -165,6 +165,7 @@
 
     # c foo
     cmake
+    pkg-config
 
     # iot hack foo
     minicom
@@ -180,13 +181,18 @@
     virt-manager
 
     # lisp foo
+    #unstable.sbcl
     # sbcl
+    #clasp-common-lisp
+    clisp
 
     # infrastructure as code foo
     terraform ansible
 
     portmidi
 
+    tiny # irc
+
     # blender
 
   # ] ++ lib.optionals stdenv.isDarwin [