updating displayManager and removing x11

This commit is contained in:
2024-11-16 19:45:44 -05:00
parent 304e257a66
commit 554a94d010

View File

@@ -1,8 +1,8 @@
{ pkgs, ... }:
{ {
imports = [ imports = [
../../users/richie ../../users/richie
../../common/global ../../common/global
../../common/optional/desktop.nix
../../common/optional/steam.nix ../../common/optional/steam.nix
../../common/optional/systemd-boot.nix ../../common/optional/systemd-boot.nix
../../common/optional/update.nix ../../common/optional/update.nix
@@ -26,9 +26,15 @@
security.rtkit.enable = true; security.rtkit.enable = true;
services = { boot = {
kernelPackages = pkgs.linuxPackages_zen;
zfs.package = pkgs.zfs_unstable;
};
displayManager.sddm.enable = true; services = {
desktopManager.plasma6.enable = true;
displayManager.autoLogin.user = "richie";
openssh.ports = [ 262 ]; openssh.ports = [ 262 ];