From 243a9339f041f62c1b5d8c05b415b126349c95b5 Mon Sep 17 00:00:00 2001 From: NotAShelf Date: Tue, 25 Apr 2023 23:10:57 +0300 Subject: reflopactor (#1) --- modules/public/home-manager/default.nix | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 modules/public/home-manager/default.nix (limited to 'modules/public/home-manager/default.nix') diff --git a/modules/public/home-manager/default.nix b/modules/public/home-manager/default.nix new file mode 100644 index 0000000..45aae31 --- /dev/null +++ b/modules/public/home-manager/default.nix @@ -0,0 +1,6 @@ +# Add your reusable home-manager modules to this directory, on their own file (https://nixos.wiki/wiki/Module). +# These should be stuff you would like to share with others, not your personal configurations. +{ + # List your module files here + # my-module = import ./my-module.nix; +} -- cgit v1.2.3-54-g00ecf