mirror of
https://github.com/genebean/dots.git
synced 2026-03-27 09:27:44 -04:00
Add AirPuppet
This commit is contained in:
parent
11ff738f6f
commit
c9cd61f74a
3 changed files with 20 additions and 0 deletions
9
modules/home-manager/hosts/AirPuppet/gene.nix
Normal file
9
modules/home-manager/hosts/AirPuppet/gene.nix
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
{ pkgs, genebean-omp-themes, ... }: {
|
||||
home.stateVersion = "23.11";
|
||||
imports = [
|
||||
../../common/all-cli.nix
|
||||
../../common/all-gui.nix
|
||||
../../common/all-darwin.nix
|
||||
];
|
||||
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue