From 258ce21e77871410e8e75a128afab7e79c7dd53d Mon Sep 17 00:00:00 2001 From: TheWanderingCrow Date: Sat, 21 Sep 2024 17:05:38 -0400 Subject: [PATCH] x11 --- modules/i3/default.nix | 2 +- modules/users/crow/home.nix | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/modules/i3/default.nix b/modules/i3/default.nix index 9ed6c18..1e9af5a 100644 --- a/modules/i3/default.nix +++ b/modules/i3/default.nix @@ -24,7 +24,7 @@ enable = true; configFile = ./i3.config; }; - displayManager.lightdm.enable = false; + displayManager.startx.enable = true; }; }; }; diff --git a/modules/users/crow/home.nix b/modules/users/crow/home.nix index 930900f..54ddd47 100644 --- a/modules/users/crow/home.nix +++ b/modules/users/crow/home.nix @@ -4,7 +4,6 @@ homeDirectory = "/home/crow"; stateVersion = "24.05"; file.".config/hypr/hyprland.conf".source = ./hyprland.conf; - file.".config/hypr/hypr.conf".source = ./hypr.conf; }; xdg = {