diff --git a/modules/linux/home-manager/desktop.nix b/modules/linux/home-manager/desktop.nix index 4e585bb..aee4bc3 100644 --- a/modules/linux/home-manager/desktop.nix +++ b/modules/linux/home-manager/desktop.nix @@ -20,7 +20,6 @@ pavucontrol element-desktop thunar - filezilla ]; # Install keepassxc diff --git a/modules/linux/home-manager/hyprland.nix b/modules/linux/home-manager/hyprland.nix index 72c7064..db97a57 100644 --- a/modules/linux/home-manager/hyprland.nix +++ b/modules/linux/home-manager/hyprland.nix @@ -99,7 +99,6 @@ in { systemd.enable = false; # Using USWM globally - configType = "hyprlang"; settings = { "$mod" = "SUPER"; "$menu" = "tofi"; diff --git a/modules/linux/nixos/gaming.nix b/modules/linux/nixos/gaming.nix index 5b1049a..c415a12 100644 --- a/modules/linux/nixos/gaming.nix +++ b/modules/linux/nixos/gaming.nix @@ -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 = [