Compare commits

...

2 Commits

Author SHA1 Message Date
34f27abebf Remove extra newline 2024-08-23 17:00:48 -07:00
950c362428 Add gamescope and mangohud 2024-08-23 16:51:45 -07:00
2 changed files with 2 additions and 1 deletions

View File

@@ -2,6 +2,8 @@
{ {
home.packages = [ home.packages = [
pkgs.gamescope
pkgs.lutris pkgs.lutris
pkgs.mangohud
]; ];
} }

View File

@@ -5,7 +5,6 @@
./hyprpaper.nix ./hyprpaper.nix
]; ];
wayland.windowManager.hyprland = { wayland.windowManager.hyprland = {
enable = true; enable = true;
package = hyprland.packages.x86_64-linux.hyprland; package = hyprland.packages.x86_64-linux.hyprland;