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:
@@ -1,5 +1,6 @@
|
||||
{ lib, ... }:
|
||||
let inherit (import <niveum/lib> { inherit lib; }) commaSep;
|
||||
let
|
||||
commaSep = builtins.concatStringsSep ",";
|
||||
in {
|
||||
services.xserver = {
|
||||
layout = commaSep [ "de" "gr" ];
|
||||
|
||||
@@ -1,3 +0,0 @@
|
||||
{
|
||||
programs.sway.enable = false;
|
||||
}
|
||||
Reference in New Issue
Block a user