From c0c5b589497fc75bd4346dc4a6ef19c4bab349b1 Mon Sep 17 00:00:00 2001 From: Aria Nolan Date: Thu, 18 Jan 2024 13:24:57 -0500 Subject: [PATCH] dont actually need i3 im just dumb --- modules/nixos-common.nix | 22 ---------------------- 1 file changed, 22 deletions(-) diff --git a/modules/nixos-common.nix b/modules/nixos-common.nix index c9e1afd..0727883 100644 --- a/modules/nixos-common.nix +++ b/modules/nixos-common.nix @@ -131,28 +131,6 @@ gtk.iconCache.enable = true; - environment.pathsToLink = [ "/libexec" ]; - services.xserver = { - enable = true; - - desktopManager = { - xterm.enable = false; - }; - - displayManager = { - defaultSession = "none+i3"; - }; - - windowManager.i3 = { - enable = true; - extraPackages = with pkgs; [ - dmenu #application launcher most people use - i3status # gives you the default i3 status bar - i3lock #default i3 screen locker - ]; - }; - }; - # ------------ Graphics ------------ hardware.opengl = {