diff options
author | rubiigen <alyxwren@proton.me> | 2024-02-02 18:29:45 +0000 |
---|---|---|
committer | Frankie B <frankieraybrown@gmail.com> | 2024-02-02 18:39:57 +0000 |
commit | d666f30475528ce7f50cc3dd92a1693241083fe8 (patch) | |
tree | 5b443f79a7100f2db735853335df81d9a7b95cc3 /modules/public/home-manager/default.nix | |
parent | ea3485f5c5dac7f89562db741bf981b2b743d01c (diff) |
major refactor (treewide amongst general cleaning based on my modified dots (with help from notashelf) - perks 1: it works
Diffstat (limited to 'modules/public/home-manager/default.nix')
-rw-r--r-- | modules/public/home-manager/default.nix | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/modules/public/home-manager/default.nix b/modules/public/home-manager/default.nix deleted file mode 100644 index 45aae31..0000000 --- a/modules/public/home-manager/default.nix +++ /dev/null @@ -1,6 +0,0 @@ -# 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; -} |