Commit 0791f5102c00
Changed files (1)
machines
machines/sakhalin.nix
@@ -0,0 +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;
+}