mirror of
https://github.com/kittywitch/nixfiles.git
synced 2026-02-09 04:19:19 -08:00
feat: bootable
This commit is contained in:
parent
ec29a3e56c
commit
a7cd9846a1
4 changed files with 7 additions and 1 deletions
|
|
@ -2,6 +2,7 @@ _: let
|
|||
hostConfig = {tree, pkgs, ...}: {
|
||||
imports = with tree; [
|
||||
nixos.gui
|
||||
nixos.bootable
|
||||
kat.gui
|
||||
];
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue