[z790prors] Add i3wm and kdeconnect

This commit is contained in:
2024-09-02 09:09:52 -07:00
parent 65bc26c017
commit 67ed1a44b1

View File

@@ -153,7 +153,21 @@ in
sddm.wayland.enable = true; sddm.wayland.enable = true;
#defaultSession = "plasmax11"; #defaultSession = "plasmax11";
}; };
services.desktopManager.plasma6.enable = true; services.desktopManager.plasma6.enable = true;
services.xserver.windowManager.i3 = {
enable = true;
extraPackages = with pkgs; [
dmenu
i3status
i3lock
];
};
# Helps with i3. Not sure what dconf is though honestly
programs.dconf.enable = true;
programs.kdeconnect.enable = true;
programs.hyprland = { programs.hyprland = {
enable = true; enable = true;
package = inputs.hyprland.packages.${pkgs.stdenv.hostPlatform.system}.hyprland; package = inputs.hyprland.packages.${pkgs.stdenv.hostPlatform.system}.hyprland;