Add i3
This commit is contained in:
@@ -62,6 +62,8 @@
|
||||
services.xserver.videoDrivers = [ "nvidia" ];
|
||||
services.xserver.displayManager.gdm.wayland = true;
|
||||
services.xserver.displayManager.lightdm.enable = false;
|
||||
services.xserver.displayManager.startx.enable = true;
|
||||
services.xserver.windowManager.i3.enable = true;
|
||||
programs.hyprland = {
|
||||
enable = true;
|
||||
xwayland.enable = true;
|
||||
@@ -100,6 +102,13 @@
|
||||
usbutils
|
||||
vim
|
||||
wget
|
||||
|
||||
# X shit
|
||||
xorg.xorgserver
|
||||
xorg.xinit
|
||||
xorg.xf86inputevdev
|
||||
xorg.xf86inputlibinput
|
||||
xorg.xinit
|
||||
];
|
||||
|
||||
# Do NOT change this value unless you have manually inspected all the changes it would make to your configuration,
|
||||
|
Reference in New Issue
Block a user