diff --git a/hosts/home.nix b/hosts/home.nix index 89b56e8..b4ecb15 100644 --- a/hosts/home.nix +++ b/hosts/home.nix @@ -63,6 +63,7 @@ mtpfs vimiv-qt freecad + discord # Fileanagement kdePackages.ark diff --git a/modules/hardware/bluetooth.nix b/modules/hardware/bluetooth.nix index cced9ea..a1f70d2 100644 --- a/modules/hardware/bluetooth.nix +++ b/modules/hardware/bluetooth.nix @@ -14,4 +14,7 @@ }; }; }; + environment.systemPackages = with pkgs; [ + zmkBATx + ]; } diff --git a/modules/wm/sway/home.nix b/modules/wm/sway/home.nix index 35a0f2e..8956c6b 100644 --- a/modules/wm/sway/home.nix +++ b/modules/wm/sway/home.nix @@ -14,8 +14,6 @@ { config, lib, pkgs, ... }: { - home.file.".config/sway/scripts/2in1screen".source = ../scripts/2in1screen; - wayland.windowManager.sway = { enable = true; checkConfig = false;