From 61946b33a68e4b5f86b7ca07585e20735328bb0b Mon Sep 17 00:00:00 2001 From: Alexander Wainwright Date: Fri, 20 Jun 2025 22:14:36 +1000 Subject: [PATCH] Move file into directory --- home.nix => alex/home.nix | 2 +- flake.nix | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) rename home.nix => alex/home.nix (99%) diff --git a/home.nix b/alex/home.nix similarity index 99% rename from home.nix rename to alex/home.nix index 299e747..4116527 100644 --- a/home.nix +++ b/alex/home.nix @@ -67,7 +67,7 @@ # ipcalc # it is a calculator for the IPv4/v6 addresses # misc - # cowsay + cowsay file which tree diff --git a/flake.nix b/flake.nix index bc851bc..e27f53f 100644 --- a/flake.nix +++ b/flake.nix @@ -32,7 +32,7 @@ home-manager.useGlobalPkgs = true; home-manager.useUserPackages = true; - home-manager.users.alex = import ./home.nix; + home-manager.users.alex = import ./alex/home.nix; # Optionally, use home-manager.extraSpecialArgs to pass arguments to # home.nix