mirror of
https://github.com/alyraffauf/nixcfg.git
synced 2024-11-28 17:49:18 -05:00
Aly Raffauf
fb322fefad
Some checks are pending
git-mirror / gitlab-sync (push) Waiting to run
nix-build / adjustor-build (push) Waiting to run
nix-build / clean-install-build (push) Waiting to run
nix-build / emudeck-build (push) Waiting to run
nix-build / hhd-ui-build (push) Waiting to run
nix-build / rofi-bluetooth-build (push) Waiting to run
nix-build / fallarbor-build (push) Waiting to run
nix-build / lavaridge-build (push) Waiting to run
nix-build / mauville-build (push) Waiting to run
nix-build / pacifidlog-build (push) Waiting to run
nix-build / petalburg-build (push) Waiting to run
nix-build / rustboro-build (push) Waiting to run
nix-build / slateport-build (push) Waiting to run
nix-check / fmt-check (push) Waiting to run
nix-check / eval-check (push) Waiting to run
19 lines
445 B
Nix
19 lines
445 B
Nix
{self, ...}: {
|
|
home-manager = {
|
|
sharedModules = [
|
|
{
|
|
wayland.windowManager.sway.config.output = {
|
|
"eDP-2" = {
|
|
adaptive_sync = "on";
|
|
scale = "1.25";
|
|
};
|
|
};
|
|
|
|
ar.home.desktop.hyprland.laptopMonitors = ["desc:China Star Optoelectronics Technology Co. Ltd MNG007QA1-1,1920x1200@165, 0x0, 1.25, vrr, 1"];
|
|
}
|
|
];
|
|
|
|
users.aly = self.homeManagerModules.aly;
|
|
};
|
|
}
|