reflopactor

This commit is contained in:
NotAShelf 2023-04-25 23:09:03 +03:00
commit 8f372cde30
No known key found for this signature in database
GPG key ID: F0D14CCB5ED5AA22
16 changed files with 140 additions and 283 deletions

View file

@ -0,0 +1,6 @@
# Add your reusable NixOS 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;
}