diff options
author | gramanas <anastasis.gramm2@gmail.com> | 2024-10-07 11:47:06 +0300 |
---|---|---|
committer | gramanas <anastasis.gramm2@gmail.com> | 2024-10-07 11:47:06 +0300 |
commit | 4547e75868cba2a265b78661ddc386b5e81c1bb0 (patch) | |
tree | 71924feb573c8af5030080fc007eee7bfbaabb20 /modules/home-manager/default.nix | |
download | nix-4547e75868cba2a265b78661ddc386b5e81c1bb0.tar.gz nix-4547e75868cba2a265b78661ddc386b5e81c1bb0.tar.bz2 nix-4547e75868cba2a265b78661ddc386b5e81c1bb0.zip |
Diffstat (limited to 'modules/home-manager/default.nix')
-rw-r--r-- | modules/home-manager/default.nix | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/modules/home-manager/default.nix b/modules/home-manager/default.nix new file mode 100644 index 0000000..45aae31 --- /dev/null +++ b/modules/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; +} |