started refactoring desktop setup

This commit is contained in:
Vivian 2023-04-25 09:01:06 +02:00
parent 3dd06c0bfb
commit 1d42925a43
9 changed files with 112 additions and 243 deletions

View file

@ -5,6 +5,16 @@
services.hardware.bolt.enable = true;
# FS
fileSystems."/".options = [ "compress=zstd" ];
# Video Driver
services.xserver.videoDrivers = [ "amdgpu" ];
services.xserver = {
dpi = 280;
xkbOptions = "caps:swapescape";
};
# Vulkan
hardware.opengl.driSupport = true;
hardware.opengl.extraPackages = with pkgs; [