VSCode life

This commit is contained in:
Matthew Bessette
2026-03-05 15:38:23 -05:00
parent 258ffea293
commit 618595addb
5 changed files with 120 additions and 10 deletions

View File

@@ -82,6 +82,7 @@
home-manager.useGlobalPkgs = true;
home-manager.useUserPackages = true;
home-manager.users."matthew.bessette" = import ./_hosts/cleo-darwin/home.nix;
home-manager.backupFileExtension = ".before-nix";
}
];
};