Compare commits

..

4 Commits

Author SHA1 Message Date
tux
99863948b4 feat(canopus): increase max freq 2026-03-27 21:38:01 +05:30
tux
1b526b5633 feat(hyprland): add brightness gesture 2026-03-27 21:35:16 +05:30
tux
489e7e6e2a feat: switch to integrated mode 2026-03-27 21:35:05 +05:30
tux
da97041c2a style: format code 2026-03-27 21:34:50 +05:30
2 changed files with 12 additions and 4 deletions

View File

@@ -68,7 +68,10 @@
];
# Facilitate firewall punching
allowedUDPPorts = [41641 4242];
allowedUDPPorts = [
41641
4242
];
allowedTCPPortRanges = [
{
@@ -273,7 +276,7 @@
energy_performance_preference = "performance";
turbo = "auto";
scaling_min_freq = 400000;
scaling_max_freq = 3800000;
scaling_max_freq = 4600000;
};
};
};
@@ -283,7 +286,7 @@
supergfxd = {
enable = true;
settings = {
mode = "Hybrid";
mode = "Integrated";
vfio_enable = false;
vfio_save = false;
always_reboot = false;

View File

@@ -3,7 +3,10 @@
./hyprlock.nix
];
home.packages = with pkgs; [ags awww];
home.packages = with pkgs; [
ags
awww
];
wayland.windowManager.hyprland = {
enable = true;
@@ -171,6 +174,8 @@
gesture = [
"3, horizontal, workspace"
"3, up, dispatcher, exec, brightnessctl s +20%"
"3, down, dispatcher, exec, brightnessctl s +20%-"
];
bindm = [