From f72bb6b51e68b1062b333143ab0dfcc9a57fafc0 Mon Sep 17 00:00:00 2001 From: sefidel Date: Wed, 2 Feb 2022 23:26:42 +0900 Subject: chore: move sway packages to home-manager --- nixos/alpha/configuration.nix | 22 ++-------------------- 1 file changed, 2 insertions(+), 20 deletions(-) (limited to 'nixos/alpha') diff --git a/nixos/alpha/configuration.nix b/nixos/alpha/configuration.nix index f75b254..1ebddb3 100644 --- a/nixos/alpha/configuration.nix +++ b/nixos/alpha/configuration.nix @@ -175,26 +175,8 @@ }; programs = { - sway = { - enable = true; - wrapperFeatures.gtk = true; - - extraPackages = with pkgs; [ - autotiling - swaylock - swayidle - swaybg - wayland-utils - wl-clipboard - grim - slurp - sway-contrib.grimshot - waybar - bemenu - qt5.qtwayland - xdg_utils - ]; - }; + sway.enable = true; + sway.extraPackages = lib.mkForce []; zsh.enable = true; zsh.enableCompletion = false; -- cgit 1.4.1