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