Browse Source

stupid semicolon

master
junikimm717 2 years ago
parent
commit
a8d1b9c4d8
  1. 2
      home.nix

2
home.nix

@ -63,7 +63,7 @@ in
enable = true; enable = true;
theme = "robbyrussell"; theme = "robbyrussell";
}; };
shellInit = builtins.readFile ./dotfiles/zshrc
shellInit = builtins.readFile ./dotfiles/zshrc;
}; };
home.file = { home.file = {

Loading…
Cancel
Save