From 64f6752728b9b1daf6db1ea69dd63ad77087db7f Mon Sep 17 00:00:00 2001 From: KoenDR06 Date: Sun, 28 Apr 2024 15:45:26 +0200 Subject: [PATCH] Changed to KDE Plasma --- home-manager/apps.nix | 4 +--- machines/luna/configuration.nix | 6 ++++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/home-manager/apps.nix b/home-manager/apps.nix index f27094d..8e3ea7c 100644 --- a/home-manager/apps.nix +++ b/home-manager/apps.nix @@ -6,9 +6,7 @@ pkgs, ... }: { - imports = [ - ./gnome.nix - ]; + imports = []; nixpkgs = { overlays = [ diff --git a/machines/luna/configuration.nix b/machines/luna/configuration.nix index 8c089b4..0029c23 100644 --- a/machines/luna/configuration.nix +++ b/machines/luna/configuration.nix @@ -51,13 +51,15 @@ time.timeZone = "Europe/Amsterdam"; services.xserver.enable = true; - services.xserver.desktopManager.gnome.enable = true; - services.xserver.displayManager.gdm.enable = true; + services.desktopManager.plasma6.enable = true; + services.xserver.displayManager.sddm.enable = true; boot.loader.systemd-boot.enable = true; services.tailscale.enable = true; services.acpid.enable = true; + networking.networkmanager.enable = true; + users.users = { horseman = { initialPassword = "1234";