nod: Second attempt at flakes

This commit is contained in:
Geoffrey Frogeye 2024-01-16 23:07:33 +01:00
parent 65205a2fb8
commit 770697f9f3
Signed by: geoffrey
GPG key ID: C72403E7F82E6AD8
2 changed files with 2 additions and 2 deletions

View file

@ -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;

View file

@ -1,4 +1,4 @@
{ pkgs, ... }:
{ pkgs, config, ... }:
{
environment.motd = "";
home-manager = {