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

View File

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