mirror of
https://github.com/kmein/niveum
synced 2026-03-18 11:01:07 +01:00
chore: remove lib, sway
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
{ lib, ... }:
|
||||
let inherit (import <niveum/lib> { inherit lib; }) commaSep;
|
||||
let
|
||||
commaSep = builtins.concatStringsSep ",";
|
||||
in {
|
||||
services.xserver = {
|
||||
layout = commaSep [ "de" "gr" ];
|
||||
|
||||
Reference in New Issue
Block a user