Compare commits

..

No commits in common. "d3af5da85d597ac133391bab9fa6794135393fbd" and "b33abb3c77c733ef926ae71de532e2191985938c" have entirely different histories.

3 changed files with 3 additions and 12 deletions

View file

@ -20,7 +20,6 @@
pavucontrol
element-desktop
thunar
filezilla
];
# Install keepassxc

View file

@ -99,7 +99,6 @@ in {
systemd.enable = false; # Using USWM globally
configType = "hyprlang";
settings = {
"$mod" = "SUPER";
"$menu" = "tofi";

View file

@ -42,16 +42,9 @@
# };
# };
# setup gaming device udev rules
services.udev = {
extraRules = ''
SUBSYSTEM=="powercap", KERNEL=="intel-rapl:0", RUN+="${pkgs.coreutils}/bin/chgrp wheel /sys/%p/energy_uj", RUN+="${pkgs.coreutils}/bin/chmod g+r /sys/%p/energy_uj"
'';
packages = with pkgs; [
game-devices-udev-rules
];
};
hardware.uinput.enable = true;
services.udev.extraRules = ''
SUBSYSTEM=="powercap", KERNEL=="intel-rapl:0", RUN+="${pkgs.coreutils}/bin/chgrp wheel /sys/%p/energy_uj", RUN+="${pkgs.coreutils}/bin/chmod g+r /sys/%p/energy_uj"
'';
# Setup esync
security.pam.loginLimits = [