mirror of
https://github.com/genebean/dots.git
synced 2026-03-28 09:57:43 -04:00
wip
This commit is contained in:
parent
9388f2ac16
commit
9506f7f70c
7 changed files with 245 additions and 1 deletions
13
modules/home-manager/hosts/bigboy/gene.nix
Normal file
13
modules/home-manager/hosts/bigboy/gene.nix
Normal 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;
|
||||
};
|
||||
}
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue