add discord

add zmkBATx
remove 2in1screen
This commit is contained in:
Kabbone 2025-05-22 22:21:01 +02:00
parent 53b449206c
commit 0055fb07c4
Signed by: Kabbone
SSH Key Fingerprint: SHA256:A5zPB5I6u5V78V51c362BBdCwhDhfDUVbt7NfKdjWBY
3 changed files with 4 additions and 2 deletions

View File

@ -63,6 +63,7 @@
mtpfs mtpfs
vimiv-qt vimiv-qt
freecad freecad
discord
# Fileanagement # Fileanagement
kdePackages.ark kdePackages.ark

View File

@ -14,4 +14,7 @@
}; };
}; };
}; };
environment.systemPackages = with pkgs; [
zmkBATx
];
} }

View File

@ -14,8 +14,6 @@
{ config, lib, pkgs, ... }: { config, lib, pkgs, ... }:
{ {
home.file.".config/sway/scripts/2in1screen".source = ../scripts/2in1screen;
wayland.windowManager.sway = { wayland.windowManager.sway = {
enable = true; enable = true;
checkConfig = false; checkConfig = false;