This commit is contained in:
Matt Nish-Lapidus 2024-09-23 09:46:14 -04:00
parent 1f6aab3200
commit 9c47aba177
2 changed files with 18 additions and 7 deletions

View file

@ -10,14 +10,15 @@
fzf
bat
jq
starship
];
# This needs to actually be set to your username
username = "emenel";
homeDirectory = "/home/emenel";
# You do not need to change this if you're reading this in the future.
# Don't ever change this after the first build. Don't ask questions.
stateVersion = "23.11";
};
programs.home-manager.enable = true;
programs.fish.enable = true;
}