setup vscode

This commit is contained in:
Richie Cahill
2024-04-11 20:19:29 -04:00
parent 04e47ea24d
commit d07eca0099
4 changed files with 89 additions and 0 deletions

View File

@ -4,13 +4,21 @@
imports = [
./home/sshconfig.nix
./home/git.nix
./home/vscode
];
nixpkgs = {
config = {
allowUnfree = true;
};
};
programs.zsh.enable = true;
home = {
username = "richie";
homeDirectory = "/home/richie";
packages = with pkgs; [
firefox
# Rust packages
topgrade
trunk