Partial way to unifying nixos and home-manager modules

This commit is contained in:
marc
2022-11-16 20:28:32 +01:00
parent 5c609ddd42
commit 882c04a6bf
8 changed files with 121 additions and 66 deletions

View File

@@ -15,7 +15,7 @@
# - Modules ------------------------------------
samfelag.modules = {
user.name = "marc";
# user.name = "marc";
bluetooth.enable = true;
editors.emacs.enable = true;
};