mirror of
https://github.com/nickolaj-jepsen/nixos.git
synced 2026-01-22 08:06:50 +01:00
work setup done
This commit is contained in:
parent
638ef7093e
commit
9767be163b
7 changed files with 6034 additions and 2 deletions
5978
hosts/work/facter.json
Normal file
5978
hosts/work/facter.json
Normal file
File diff suppressed because it is too large
Load diff
20
hosts/work/monitors.nix
Normal file
20
hosts/work/monitors.nix
Normal file
|
|
@ -0,0 +1,20 @@
|
|||
_: {
|
||||
monitors = [
|
||||
{
|
||||
name = "DP-4";
|
||||
resolution = "1920x1200";
|
||||
position = "1920x0";
|
||||
}
|
||||
{
|
||||
name = "HDMI-A-5";
|
||||
resolution = "1920x1080";
|
||||
position = "0x0";
|
||||
}
|
||||
{
|
||||
name = "DP-5";
|
||||
resolution = "1920x1200";
|
||||
position = "3840x0";
|
||||
transform = 1;
|
||||
}
|
||||
];
|
||||
}
|
||||
|
|
@ -9,4 +9,13 @@ _: {
|
|||
powerManagement.enable = true;
|
||||
nvidiaSettings = true;
|
||||
};
|
||||
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;
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue