Add module to configure sshd
This commit is contained in:
parent
14e269c02c
commit
59b58faeb5
4 changed files with 50 additions and 5 deletions
|
@ -1,6 +1,12 @@
|
|||
{lib, ...}: {
|
||||
{
|
||||
config,
|
||||
lib,
|
||||
...
|
||||
}: let
|
||||
cfg = config.pim.cinnamon;
|
||||
in {
|
||||
options.pim.cinnamon.enable = lib.mkEnableOption "cinnamon";
|
||||
config = {
|
||||
config = lib.mkIf cfg.enable {
|
||||
services = {
|
||||
displayManager.defaultSession = "cinnamon";
|
||||
libinput.enable = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue