bulk commit wip vm stuff
This commit is contained in:
8
modules/desktop/hyprland.nix
Normal file
8
modules/desktop/hyprland.nix
Normal file
@@ -0,0 +1,8 @@
|
||||
{ config, pkgs, ... }:
|
||||
|
||||
{
|
||||
programs.hyprland = {
|
||||
enable = true;
|
||||
xwayland.enable = true;
|
||||
};
|
||||
}
|
||||
@@ -1,6 +1,14 @@
|
||||
{ config, ... }:
|
||||
{ config, pkgs, ... }:
|
||||
|
||||
{
|
||||
# Import unstable plasma6 module
|
||||
imports = [
|
||||
"${nixpkgs-unstable}/nixos/modules/services/desktop-managers/plasma6.nix"
|
||||
];
|
||||
disable = [
|
||||
"services/desktop-managers/plasma6.nix"
|
||||
];
|
||||
|
||||
# Enable the X11 windowing system.
|
||||
services.xserver.enable = true;
|
||||
|
||||
@@ -11,8 +19,8 @@
|
||||
};
|
||||
|
||||
# Enable the KDE Plasma Desktop Environment.
|
||||
services.xserver.displayManager.lightdm.enable = true;
|
||||
services.xserver.desktopManager.plasma5.enable = true;
|
||||
services.xserver.displayManager.sddm.wayland.enable = true;
|
||||
services.desktopManager.plasma6.enable = true;
|
||||
|
||||
# Enable automatic login for the user.
|
||||
services.xserver.displayManager.autoLogin.enable = true;
|
||||
|
||||
Reference in New Issue
Block a user