[z790prors] Add i3wm and kdeconnect
This commit is contained in:
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user