home

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit 16d5f2105917ab8b8933e7849097c9627f472e58
parent 14cf8c87ae197cc7bcc2f7faee0e88bbc60d012d
Author: Vincent Demeester <vincent@sbr.pm>
Date:   Mon, 24 Feb 2020 12:35:25 +0100

machines/honshu: base nixos and add ape conf

Signed-off-by: Vincent Demeester <vincent@sbr.pm>

Diffstat:
Mmachines/honshu.nix | 3++-
1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/machines/honshu.nix b/machines/honshu.nix @@ -1,5 +1,6 @@ { imports = [ - ./base.nix + ./base.nixos.nix ]; + xdg.configFile."ape.conf".source = ../assets/ape.conf; }