fix screen dispotition on desktop, add yubico-pam on desktop config
All checks were successful
Build iso when a new version is pushed / test (push) Successful in 1m59s
All checks were successful
Build iso when a new version is pushed / test (push) Successful in 1m59s
This commit is contained in:
@ -4,10 +4,10 @@
|
|||||||
mods.x11.enable = true;
|
mods.x11.enable = true;
|
||||||
wayland.windowManager.hyprland.settings = {
|
wayland.windowManager.hyprland.settings = {
|
||||||
monitor = [
|
monitor = [
|
||||||
"HDMI-A-1, 1920x1080@60, 0x0, auto"
|
"DP-1, 1280x1024@75.03Hz, 0x0, auto"
|
||||||
"HDMI-A-3, 1920x1080@60, 1920x0, auto"
|
"HDMI-A-1, 1920x1080@60, 1280x0, auto"
|
||||||
"DP-1, 1280x1024@60, 3840x0, auto"
|
"HDMI-A-3, 1920x1080@74.97Hz, 3200x0, auto"
|
||||||
"DP-3, 1280x1024@60, 5120x0, auto"
|
"DP-3, 1920x1080@60.00Hz, 5120x0, auto"
|
||||||
];
|
];
|
||||||
workspace = [
|
workspace = [
|
||||||
"1, monitor:HDMI-A-1"
|
"1, monitor:HDMI-A-1"
|
||||||
|
|||||||
@ -6,7 +6,7 @@
|
|||||||
# By: tomoron <tomoron@student.42angouleme.fr> +#+ +:+ +#+ #
|
# By: tomoron <tomoron@student.42angouleme.fr> +#+ +:+ +#+ #
|
||||||
# +#+#+#+#+#+ +#+ #
|
# +#+#+#+#+#+ +#+ #
|
||||||
# Created: 2025/09/06 00:57:04 by tomoron #+# #+# #
|
# Created: 2025/09/06 00:57:04 by tomoron #+# #+# #
|
||||||
# Updated: 2025/09/06 00:57:05 by tomoron ### ########.fr #
|
# Updated: 2025/10/26 00:59:12 by tomoron ### ########.fr #
|
||||||
# #
|
# #
|
||||||
# **************************************************************************** #
|
# **************************************************************************** #
|
||||||
|
|
||||||
@ -22,6 +22,7 @@
|
|||||||
networking.hostName = "nixos-fixe";
|
networking.hostName = "nixos-fixe";
|
||||||
|
|
||||||
hardware.cpu.intel.updateMicrocode = true;
|
hardware.cpu.intel.updateMicrocode = true;
|
||||||
|
mods.yubikey.pam.enable = true;
|
||||||
|
|
||||||
boot.kernelModules = [ "kvm-intel" "nvidia" ];
|
boot.kernelModules = [ "kvm-intel" "nvidia" ];
|
||||||
mods.displayManager.enable = true;
|
mods.displayManager.enable = true;
|
||||||
|
|||||||
Reference in New Issue
Block a user