mirror of
https://github.com/nickolaj-jepsen/nixos.git
synced 2026-01-22 16:16:50 +01:00
chore: update work setup
This commit is contained in:
parent
a329abb6c0
commit
98b686e5a5
9 changed files with 57 additions and 48 deletions
|
|
@ -11,15 +11,6 @@
|
|||
};
|
||||
services.xserver.videoDrivers = ["nvidia"];
|
||||
|
||||
fireproof.home-manager.wayland.windowManager.hyprland.settings = {
|
||||
env = [
|
||||
"LIBVA_DRIVER_NAME,nvidia"
|
||||
"__GLX_VENDOR_LIBRARY_NAME,nvidia"
|
||||
"NVD_BACKEND,direct"
|
||||
];
|
||||
|
||||
cursor.no_hardware_cursors = true;
|
||||
};
|
||||
fireproof.home-manager.programs.niri.settings = {
|
||||
environment = {
|
||||
"LIBVA_DRIVER_NAME" = "nvidia";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue