diff --git a/users/ellmau/sway.nix b/users/ellmau/sway.nix deleted file mode 100644 index f3ea6dc..0000000 --- a/users/ellmau/sway.nix +++ /dev/null @@ -1,19 +0,0 @@ -{ config, pkgs, ...}: -{ - config = lib.mkIf config.variable.graphical { - home-manager.users.ellmau= { - wayland.windowManager.sway = { - enable = true; - wrapperFeatures.gtk = true ; - }; - home.packages = with pkgs; [ - swaylock - swayidle - wl-clipboard -# mako # notification daemon -# alacritty # Alacritty is the default terminal in the config -# dmenu # Dmenu is the default in the config but i recommend wofi since its wayland native - ]; - }; - }; -}