flake

Francesco Saccone's Nix flake.
git clone git://git.francescosaccone.com/flake
Log | Files | Refs | README | LICENSE

commit 66dcdb37d1e19cde3a5eb0db3bb7ce9d82e6b24c
parent 8f77d647d5366c6a27875096065e9eac94cdaaa0
Author: Francesco Saccone <francesco@francescosaccone.com>
Date:   Mon, 14 Apr 2025 15:52:29 +0200

refactor: move homes/francesco/home to hosts/laptop/

Signed-off-by: Francesco Saccone <francesco@francescosaccone.com>

Diffstat:
Mflake.nix | 2+-
Rhomes/francesco/home/default.nix -> hosts/laptop/home/default.nix | 0
Rhomes/francesco/home/gemini/cert.pem -> hosts/laptop/home/gemini/cert.pem | 0
Rhomes/francesco/home/gemini/key.pem.gpg -> hosts/laptop/home/gemini/key.pem.gpg | 0
4 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/flake.nix b/flake.nix @@ -106,7 +106,7 @@ { ... }: { imports = [ - ./homes/francesco/home + ./hosts/laptop/home ./modules/home ]; diff --git a/homes/francesco/home/default.nix b/hosts/laptop/home/default.nix diff --git a/homes/francesco/home/gemini/cert.pem b/hosts/laptop/home/gemini/cert.pem diff --git a/homes/francesco/home/gemini/key.pem.gpg b/hosts/laptop/home/gemini/key.pem.gpg Binary files differ.