laptop hyprland

This commit is contained in:
atagen 2023-03-31 16:42:19 +11:00
parent ba40b01e17
commit 33225f475c
5 changed files with 137 additions and 22 deletions

View file

@ -10,8 +10,8 @@
imports = [
# where are we ?
#./wollomi.nix
# ./adrift.nix
./quiver.nix
./adrift.nix
# ./quiver.nix
# home manager should exist for users
<home-manager/nixos>
@ -33,24 +33,13 @@
keep-derivations = true
'';
environment.sessionVariables = rec {
WLR_NO_HARDWARE_CURSORS = "1";
GBM_BACKEND = "nvidia-drm";
NVD_BACKEND = "direct";
__GLX_VENDOR_LIBRARY_NAME = "nvidia";
LIBVA_DRIVER_NAME = "nvidia";
__GL_GSYNC_ALLOWED = "1";
__GL_VRR_ALLOWED = "1";
EDITOR = "hx";
};
hardware.enableRedistributableFirmware = true;
environment.pathsToLink = [ "/share/zsh" ];
boot.loader.systemd-boot.enable = true;
boot.loader.systemd-boot.consoleMode = "max";
boot.loader.timeout = 3;
boot.kernelPackages = pkgs.linuxPackages_xanmod_latest;
boot.tmpOnTmpfs = true;
networking.networkmanager.enable = true; # Easiest to use and most distros use this by default.
@ -71,7 +60,7 @@
hardware.opengl.driSupport32Bit = true;
#input stuff
services.xserver.enable = false;
services.xserver.enable = true;
services.xserver.xkbOptions = "caps:escape";
services.xserver.layout = "us";
services.xserver.libinput.enable = true;