mirror of
https://github.com/genebean/dots.git
synced 2026-03-28 09:57:43 -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
8
modules/home-manager/hosts/nixnuc/gene.nix
Normal file
8
modules/home-manager/hosts/nixnuc/gene.nix
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
{ pkgs, genebean-omp-themes, ... }: {
|
||||
home.stateVersion = "23.11";
|
||||
imports = [
|
||||
../../common/all-cli.nix
|
||||
../../common/all-linux.nix
|
||||
];
|
||||
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue