From fce3e41e9968f7edf00d57f28ccc61d5701443ff Mon Sep 17 00:00:00 2001 From: Evie Litherland-Smith Date: Mon, 5 Jun 2023 09:23:05 +0100 Subject: [PATCH] Use sddm for hyprland on desktops --- H0615.nix | 1 + desktop/hyprland.nix | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/H0615.nix b/H0615.nix index 6adcc45b..3686dc40 100644 --- a/H0615.nix +++ b/H0615.nix @@ -9,6 +9,7 @@ ]; networking.hostName = "H0615"; # Define your hostname. + services.xserver.displayManager.defaultSession = "hyprland"; users.users.elitherl = { isNormalUser = true; diff --git a/desktop/hyprland.nix b/desktop/hyprland.nix index 0ab637c3..e4d5cce7 100644 --- a/desktop/hyprland.nix +++ b/desktop/hyprland.nix @@ -1,4 +1,5 @@ {pkgs, ...}: { + imports = [./sddm.nix]; nixpkgs.overlays = [ (self: super: { waybar = super.waybar.overrideAttrs (oldAttrs: { @@ -6,7 +7,6 @@ }); }) ]; - programs.dconf.enable = true; services.blueman.enable = true; environment.systemPackages = [ pkgs.pavucontrol