From 56992b8c945d497a623fe693847c91235be1ae02 Mon Sep 17 00:00:00 2001 From: sefidel Date: Tue, 28 Dec 2021 01:11:25 +0900 Subject: initial commit --- home/configurations/default.nix | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 home/configurations/default.nix (limited to 'home/configurations/default.nix') diff --git a/home/configurations/default.nix b/home/configurations/default.nix new file mode 100644 index 0000000..ac44363 --- /dev/null +++ b/home/configurations/default.nix @@ -0,0 +1,5 @@ +{ self, ... } @ inputs: + +{ + "boopy@alpha" = self.lib.mkHome "boopy" "alpha" "x86_64-linux" inputs.nixpkgs "22.05"; +} -- cgit 1.4.1