From 770697f9f348fe8f0431084a5ebc67b984847db3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Geoffrey=20=E2=80=9CFrogeye=E2=80=9D=20Preud=27homme?= Date: Tue, 16 Jan 2024 23:07:33 +0100 Subject: [PATCH] nod: Second attempt at flakes --- nod/README.md | 2 +- nod/common/default.nix | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/nod/README.md b/nod/README.md index 732deec..c983ea5 100644 --- a/nod/README.md +++ b/nod/README.md @@ -7,7 +7,7 @@ { description = "Nix-on-droid configuration for Sprinkles"; - inputs.dotfiles.url = "git+file:../dotfiles"; + inputs.dotfiles.url = "git+file:/data/data/com.termux.nix/files/home/.config/dotfiles"; outputs = { dotfiles, ... }: { nixOnDroidConfigurations.default = dotfiles.nixOnDroidConfigurations.sprinkles; diff --git a/nod/common/default.nix b/nod/common/default.nix index bd907f0..8153cd5 100644 --- a/nod/common/default.nix +++ b/nod/common/default.nix @@ -1,4 +1,4 @@ -{ pkgs, ... }: +{ pkgs, config, ... }: { environment.motd = ""; home-manager = {