added niri flake
This commit is contained in:
parent
b9c0d470c3
commit
36d90ef1a2
10 changed files with 208 additions and 41 deletions
|
@ -1,9 +1,15 @@
|
|||
{ lib, ... }:
|
||||
{
|
||||
options = {
|
||||
desktop.enable = lib.mkOption {
|
||||
default = false;
|
||||
type = lib.types.bool;
|
||||
desktop = {
|
||||
enable = lib.mkOption {
|
||||
default = false;
|
||||
type = lib.types.bool;
|
||||
};
|
||||
windowManager = lib.mkOption {
|
||||
default = "Hyprland";
|
||||
type = lib.types.str;
|
||||
};
|
||||
};
|
||||
server.enable = lib.mkOption {
|
||||
default = false;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue