This commit is contained in:
Gene Liverman 2024-05-20 16:35:11 -04:00
parent 9388f2ac16
commit 9506f7f70c
7 changed files with 245 additions and 1 deletions

View file

@ -0,0 +1,13 @@
{ pkgs, ... }: {
home.stateVersion = "23.11";
imports = [
../../common/all-cli.nix
../../common/all-gui.nix
../../common/all-linux.nix
];
programs.vscode = {
enable = true;
};
}