1
0
mirror of https://github.com/kmein/niveum synced 2026-03-16 18:21:07 +01:00

chore: remove lib, sway

This commit is contained in:
Kierán Meinhardt
2019-12-27 23:43:06 +01:00
parent c9c6b66f69
commit 7b0a3cf884
3 changed files with 2 additions and 9 deletions

View File

@@ -1,5 +1,6 @@
{ lib, ... }:
let inherit (import <niveum/lib> { inherit lib; }) commaSep;
let
commaSep = builtins.concatStringsSep ",";
in {
services.xserver = {
layout = commaSep [ "de" "gr" ];

View File

@@ -1,3 +0,0 @@
{
programs.sway.enable = false;
}

View File

@@ -1,5 +0,0 @@
{ lib }:
{
commaSep = builtins.concatStringsSep ",";
strip = lib.strings.removeSuffix "\n";
}