silly nix moment
This commit is contained in:
parent
b7f96a14ae
commit
4f015f806d
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@
|
||||||
home = {
|
home = {
|
||||||
username = user;
|
username = user;
|
||||||
homeDirectory = "/Users/nmarks/";
|
homeDirectory = "/Users/nmarks/";
|
||||||
shell = pkgs.fish;
|
# shell = pkgs.fish;
|
||||||
# Home Manager needs a bit of information about you and the paths it should
|
# Home Manager needs a bit of information about you and the paths it should
|
||||||
# manage.
|
# manage.
|
||||||
# This value determines the Home Manager release that your configuration is
|
# This value determines the Home Manager release that your configuration is
|
||||||
|
|
Loading…
Reference in a new issue