This commit is contained in:
2024-03-03 10:14:09 +01:00
parent 9cc4631fa6
commit 40332b46df
3 changed files with 44 additions and 0 deletions

View File

@@ -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,