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:
@@ -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" ];
|
||||
|
||||
Reference in New Issue
Block a user