mirror of
https://github.com/genebean/dots.git
synced 2026-03-27 09:27:44 -04:00
Setup nixnuc, rework home manager files
This commit is contained in:
parent
ce3edc74b5
commit
493ac02c33
18 changed files with 273 additions and 100 deletions
10
modules/home-manager/common/all-gui.nix
Normal file
10
modules/home-manager/common/all-gui.nix
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
{ pkgs, genebean-omp-themes, ... }: {
|
||||
home.packages = with pkgs; [
|
||||
element-desktop
|
||||
];
|
||||
programs = {
|
||||
vscode = {
|
||||
enable = true;
|
||||
};
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue