first phase of flake conversion

This commit is contained in:
atagen 2023-04-10 18:37:28 +10:00
parent 1b47e24cb0
commit 2ea78bdd47
53 changed files with 491 additions and 50 deletions

View file

@ -33,16 +33,8 @@
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";
};
systemd.services.NetworkManager-wait-online.enable = false;
environment.pathsToLink = [ "/share/zsh" ];
boot.loader.systemd-boot.enable = true;
@ -112,8 +104,8 @@
};
qt.enable = true;
qt.style = "kvantum";
qt.platformTheme = "qt5ct";
qt.style = "kvantum";
programs.zsh.enable = true;
users.defaultUserShell = pkgs.zsh;