Initial setup of bigboy dual booted

This commit is contained in:
Gene Liverman 2024-06-12 22:46:36 -04:00
parent 11107ba787
commit 7292d10cd6
5 changed files with 262 additions and 9 deletions

View file

@ -0,0 +1,15 @@
{ pkgs, ... }: {
home.stateVersion = "24.05";
imports = [
../../common/all-cli.nix
../../common/all-gui.nix
../../common/all-linux.nix
../../common/linux-apps/tilix.nix
../../common/linux-apps/xfce4-terminal.nix
];
programs.vscode = {
enable = true;
};
}