flake update, niri stuff
This commit is contained in:
parent
83c92deef5
commit
5d8e3292d2
15 changed files with 454 additions and 193 deletions
|
|
@ -9,14 +9,7 @@
|
|||
options = {
|
||||
device.type = lib.mkOption {
|
||||
default = "minimal";
|
||||
description = "device type (desktop, laptop, server, minimal) for base config";
|
||||
description = "device type";
|
||||
};
|
||||
};
|
||||
|
||||
imports = [
|
||||
./minimal.nix
|
||||
./desktop.nix
|
||||
./laptop.nix
|
||||
./server.nix
|
||||
];
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue