mirror of
https://github.com/kittywitch/nixfiles.git
synced 2026-02-09 04:19:19 -08:00
feat: attempt home ci
This commit is contained in:
parent
c8368a050e
commit
07aa0b62a0
16 changed files with 288 additions and 141 deletions
15
systems/home-shell.nix
Normal file
15
systems/home-shell.nix
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
_: let
|
||||
hostConfig = {tree, ...}: {
|
||||
imports = with tree.home.profiles; [
|
||||
common
|
||||
shell
|
||||
];
|
||||
};
|
||||
in {
|
||||
arch = "x86_64";
|
||||
type = "Home";
|
||||
ci.enable = true; # TODO: fix arcnmx/nixexprs overlay issue???
|
||||
modules = [
|
||||
hostConfig
|
||||
];
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue