1
0
mirror of https://github.com/kmein/niveum synced 2026-03-29 08:41:07 +02:00

feat(mail): add password command (broken)

This commit is contained in:
Kierán Meinhardt
2019-08-27 17:24:33 +02:00
parent 04dbd783c2
commit cc02d5af08
3 changed files with 13 additions and 5 deletions

View File

@@ -1,5 +1,6 @@
with import <lib>;
{
{ lib, ... }:
let inherit (import <lib> { inherit lib; }) commaSep;
in {
services.xserver = {
layout = commaSep [ "de" "gr" "ru" ];
xkbVariant = commaSep [ "T3" "polytonic" "phonetic_winkeys" ];