system: Fuck x11
This commit is contained in:
parent
4f4957a6da
commit
a57676c22d
@ -5,10 +5,6 @@
|
||||
../../modules/bundle.nix
|
||||
];
|
||||
|
||||
disabledModules = [
|
||||
./modules/xserver.nix
|
||||
];
|
||||
|
||||
networking.hostName = "Rias";
|
||||
|
||||
time.timeZone = "Europe/Moscow";
|
||||
|
@ -5,7 +5,6 @@
|
||||
./zram.nix
|
||||
./env.nix
|
||||
./user.nix
|
||||
./xserver.nix
|
||||
./nm.nix
|
||||
./virtmanager.nix
|
||||
./hyprland.nix
|
||||
|
@ -1,26 +0,0 @@
|
||||
{
|
||||
services.xserver = {
|
||||
enable = true;
|
||||
windowManager.herbstluftwm.enable = true;
|
||||
|
||||
# displayManager = {
|
||||
# autoLogin.enable = true;
|
||||
# autoLogin.user = "amper";
|
||||
# lightdm.enable = true;
|
||||
# };
|
||||
|
||||
layout = "us";
|
||||
xkbVariant = "";
|
||||
|
||||
libinput = {
|
||||
enable = true;
|
||||
mouse.accelProfile = "flat";
|
||||
touchpad.accelProfile = "flat";
|
||||
};
|
||||
|
||||
videoDrivers = [ "amdgpu" ];
|
||||
deviceSection = ''Option "TearFree" "True"'';
|
||||
#displayManager.gdm.enable = true;
|
||||
#desktopManager.gnome.enable = true;
|
||||
};
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user