add thefuck
This commit is contained in:
parent
0dd443b4c3
commit
c4290ad6d3
2 changed files with 4 additions and 0 deletions
|
@ -16,6 +16,8 @@
|
|||
programs.nix-index.enable = true;
|
||||
programs.nix-index-database.comma.enable = true;
|
||||
|
||||
programs.thefuck.enable = true;
|
||||
|
||||
programs.fish = {
|
||||
enable = true;
|
||||
shellAliases = {
|
||||
|
|
|
@ -9,5 +9,7 @@
|
|||
|
||||
programs.fish.enable = true;
|
||||
|
||||
programs.command-not-found.enable = false;
|
||||
|
||||
time.timeZone = "America/Los_Angeles";
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue