mirror of
https://github.com/tuxdotrs/nix-config.git
synced 2026-05-06 10:16:31 +05:30
Compare commits
4 Commits
595cf577b4
...
99863948b4
| Author | SHA1 | Date | |
|---|---|---|---|
|
99863948b4
|
|||
|
1b526b5633
|
|||
|
489e7e6e2a
|
|||
|
da97041c2a
|
@@ -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;
|
||||||
|
|||||||
@@ -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 = [
|
||||||
|
|||||||
Reference in New Issue
Block a user