diff options
| author | Raghuram Subramani <raghus2247@gmail.com> | 2024-03-12 21:56:50 +0530 | 
|---|---|---|
| committer | Raghuram Subramani <raghus2247@gmail.com> | 2024-03-12 21:56:50 +0530 | 
| commit | 1127041cda7ff8aaadd5321a27d404a00db2088d (patch) | |
| tree | b241609ece7d9a44c20d2f6436ec494853666e2c /machines/x/configuration.nix | |
| parent | dcfadeeb179db143390e937d3737f8170afe4d3d (diff) | |
Revert "dwm"
This reverts commit 55542f1ce3f313419ebe6a7fa9a7629898e6ce2e.
Diffstat (limited to 'machines/x/configuration.nix')
| -rw-r--r-- | machines/x/configuration.nix | 19 | 
1 files changed, 0 insertions, 19 deletions
| diff --git a/machines/x/configuration.nix b/machines/x/configuration.nix index 46aa51d..f3e60e4 100644 --- a/machines/x/configuration.nix +++ b/machines/x/configuration.nix @@ -42,25 +42,6 @@    home-manager.users.compromyse = import ./home.nix; -  environment.systemPackages = with pkgs; [ -    xorg.xorgserver -    xorg.xf86inputevdev -    xorg.xf86inputsynaptics -    xorg.xf86inputlibinput -  ]; - -  services.xserver.enable = true; -  services.xserver.displayManager.startx.enable = true; -  services.xserver.windowManager.dwm.enable = true; -  services.xserver.windowManager.dwm.package = pkgs.dwm.overrideAttrs { -    src = pkgs.fetchFromGitHub { -      owner = "compromyse"; -      repo = "dwm"; -      rev = "master"; -      hash = "sha256-bYj9u0EBfpTcpJHzeaCp3mm6tSy9dz40y+X15R0WbUs="; -    }; -  }; -    networking.extraHosts =    ''      127.0.0.1 download.labsmartlis.local | 
