mirror of
https://github.com/RichieCahill/dotfiles.git
synced 2026-04-17 04:58:19 -04:00
updating displayManager and removing x11
This commit is contained in:
@@ -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 ];
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user