Commit c93eabe77a4f
Changed files (1)
machines
machines/okinawa.nix
@@ -1,7 +1,12 @@
-{
+{ pkgs, ... }:
+
+with import ../assets/machines.nix; {
imports = [
./base.nix
];
+ home.packages = with pkgs; [
+ ripgrep
+ ];
profiles.gpg.enable = true;
xdg.configFile."ape.conf".source = ../assets/ape.conf;
}