mirror of
https://github.com/genebean/dots.git
synced 2026-03-27 09:27:44 -04:00
Initial setup of bigboy dual booted
This commit is contained in:
parent
11107ba787
commit
7292d10cd6
5 changed files with 262 additions and 9 deletions
15
modules/home-manager/hosts/bigboy/gene.nix
Normal file
15
modules/home-manager/hosts/bigboy/gene.nix
Normal 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;
|
||||
};
|
||||
}
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue