From 21cb621e1f57e0e9f3972065367f73137eb0a995 Mon Sep 17 00:00:00 2001 From: Chris Cochrun Date: Sun, 4 Sep 2022 11:00:05 -0500 Subject: [PATCH] adding proper tangles for dalinar --- README.org | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.org b/README.org index e62bbee..df2a72c 100644 --- a/README.org +++ b/README.org @@ -964,7 +964,7 @@ Dalinar is my home server. It's built with an old laptop at the moment, but the *** Configuration Dalinar's config is of course server oriented. -#+begin_src nix +#+begin_src nix :tangle system/dalinar/configuration.nix { config, pkgs, ... }: { @@ -1026,6 +1026,7 @@ Dalinar's config is of course server oriented. ]; }; + environment.homeBinInPath = true; programs.fish.enable = true; # Enable touchpad support (enabled default in most desktopManager). @@ -1187,7 +1188,7 @@ Dalinar's config is of course server oriented. *** Hardware Configuration Dalinar's hardware -#+begin_src nix +#+begin_src nix :tangle system/dalinar/hardware-configuration.nix # Do not modify this file! It was generated by ‘nixos-generate-config’ # and may be overwritten by future invocations. Please make changes # to /etc/nixos/configuration.nix instead.