mirror of
https://github.com/kittywitch/nixfiles.git
synced 2026-02-09 04:19:19 -08:00
feat(koishi): new laptop!!!
This commit is contained in:
parent
8820db6792
commit
26ad2434b0
36 changed files with 1403 additions and 698 deletions
|
|
@ -5,6 +5,7 @@
|
|||
systemType,
|
||||
std,
|
||||
inputs,
|
||||
nur,
|
||||
...
|
||||
}: let
|
||||
inherit (std) list;
|
||||
|
|
@ -15,6 +16,8 @@ in {
|
|||
sharedModules = with tree;
|
||||
[
|
||||
modules.home
|
||||
inputs.hyprlock.homeManagerModules.default
|
||||
inputs.hypridle.homeManagerModules.default
|
||||
]
|
||||
++ list.optional (tree.${systemType} ? home) tree.${systemType}.home;
|
||||
|
||||
|
|
@ -23,7 +26,7 @@ in {
|
|||
];
|
||||
|
||||
extraSpecialArgs = {
|
||||
inherit tree machine std inputs;
|
||||
inherit tree machine std inputs nur;
|
||||
parent = config;
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue