From 6157b4b8280d1d326e7c14065c9bd8881ab3e8e8 Mon Sep 17 00:00:00 2001 From: Oshgnacknak Date: Sat, 6 Sep 2025 20:38:46 +0200 Subject: [PATCH] flake --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f4cebc5..5ec7292 100644 --- a/README.md +++ b/README.md @@ -5,5 +5,5 @@ This repo will hold a copy of most of my dotfiles. You can use these dotfiles ad-hoc under nixos using: ```bash -nix run nixpkgs#home-manager -- switch --impure --flake "https://git.oshgnacknak.de/Oshgnacknak/dotfiles.pub" +nix run nixpkgs#home-manager -- switch --impure --flake . ```