Add missing quotes
This commit is contained in:
@@ -41,8 +41,8 @@
|
||||
};
|
||||
|
||||
home = {
|
||||
username = noahk;
|
||||
homeDirectory = /home/noahk/;
|
||||
username = "noahk";
|
||||
homeDirectory = "/home/noahk";
|
||||
};
|
||||
|
||||
# Add stuff for your user as you see fit:
|
||||
@@ -54,8 +54,8 @@
|
||||
programs.git.enable = true;
|
||||
|
||||
# Nicely reload system units when changing configs
|
||||
systemd.user.startServices = sd-switch;
|
||||
systemd.user.startServices = "sd-switch";
|
||||
|
||||
# https://nixos.wiki/wiki/FAQ/When_do_I_update_stateVersion
|
||||
home.stateVersion = 24.11;
|
||||
home.stateVersion = "24.11";
|
||||
}
|
||||
|
Reference in New Issue
Block a user