Compare commits

..

No commits in common. "5a56185f220e2a71500de3aa11bc38a10d0bee8f" and "f6b882f75d600bbf26c7f8f05cf754093f2744ab" have entirely different histories.

2 changed files with 24 additions and 27 deletions

View file

@ -33,21 +33,21 @@
# pkiBundle = "/etc/secureboot";
# };
# services.keyd = {
# enable = true;
# keyboards = {
# default = {
# ids = [ "*" ];
# settings = {
# main = {
# capslock = "esc";
# leftalt = "leftcontrol";
# leftcontrol = "leftalt";
# };
# };
# };
# };
# };
services.keyd = {
enable = true;
keyboards = {
default = {
ids = [ "*" ];
settings = {
main = {
capslock = "esc";
leftalt = "leftcontrol";
leftcontrol = "leftalt";
};
};
};
};
};
boot.initrd.luks.devices."luks-52d1be6d-b32f-41e0-a6d7-2ff52599fe7c".device = "/dev/disk/by-uuid/52d1be6d-b32f-41e0-a6d7-2ff52599fe7c";
@ -107,15 +107,14 @@
powerManagement.finegrained = false;
open = false;
nvidiaSettings = true;
# prime = {
# amdgpuBusId = "PCI:4:0:0";
# nvidiaBusId = "PCI:1:0:0";
# # offload = {
# # enable = true;
# # enableOffloadCmd = true;
# # };
# sync.enable = true;
# };
prime = {
amdgpuBusId = "PCI:4:0:0";
nvidiaBusId = "PCI:1:0:0";
offload = {
enable = true;
enableOffloadCmd = true;
};
};
};
hardware.graphics.enable = true;

View file

@ -1,8 +1,6 @@
{ pkgs, ... }:
{
wayland.windowManager.hyprland.settings.monitor = pkgs.lib.mkForce [
# "eDP-1,2560x1440@165,0x0,1.6"
"eDP-1, disable"
"DP-3,2560x1440@165,0x0,1.0"
"eDP-1,2560x1440@165,0x0,1.6"
];
}