Partial way to unifying nixos and home-manager modules
This commit is contained in:
@@ -9,9 +9,9 @@
|
||||
|
||||
networking.hostName = "kopavogur";
|
||||
|
||||
samfelag.modules.user = {
|
||||
name = "marc";
|
||||
};
|
||||
# samfelag.modules.user = {
|
||||
# name = "marc";
|
||||
# };
|
||||
|
||||
# - Bootloader ---------------------------------
|
||||
|
||||
|
||||
@@ -15,7 +15,7 @@
|
||||
# - Modules ------------------------------------
|
||||
|
||||
samfelag.modules = {
|
||||
user.name = "marc";
|
||||
# user.name = "marc";
|
||||
bluetooth.enable = true;
|
||||
editors.emacs.enable = true;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user