From 75a602651f4e8c1ec4f0281360aadc8e514dfe64 Mon Sep 17 00:00:00 2001 From: Filippo Berto Date: Tue, 28 Nov 2023 18:12:58 +0100 Subject: [PATCH] hyprland: update config --- instances/thor/configuration.nix | 1 + modules/hm/hyprland.nix | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/instances/thor/configuration.nix b/instances/thor/configuration.nix index 18b9a3d..6375ee5 100644 --- a/instances/thor/configuration.nix +++ b/instances/thor/configuration.nix @@ -6,6 +6,7 @@ with lib; { }; boot = { + kernelModules = [ "hid-nintendo" ]; binfmt.emulatedSystems = [ "armv7l-linux" "aarch64-linux" ]; # kernelPackages = pkgs.linuxPackages_latest; # kernelPackages = pkgs.linuxPackages_6_1; diff --git a/modules/hm/hyprland.nix b/modules/hm/hyprland.nix index 198660f..d221ae6 100644 --- a/modules/hm/hyprland.nix +++ b/modules/hm/hyprland.nix @@ -7,7 +7,7 @@ ./yazi.nix ]; - home.packages = builtins.attrValues { inherit (pkgs) blueman brillo networkmanagerapplet pamixer playerctl swaylock swww way-lockscreen waybar wl-clipboard wl-clipedit wlogout wofi wofi-emoji; }; + home.packages = builtins.attrValues { inherit (pkgs) blueman brillo gamescope grim networkmanagerapplet pamixer playerctl slurp swaylock swww way-lockscreen waybar wl-clipboard wl-clipedit wlogout wofi wofi-emoji; }; # wayland.windowManager.hyprland = { }; @@ -41,8 +41,8 @@ ${ if nixosConfig.networking.hostName == "thor" then '' - monitor=DP-2,preferred,1080x420,auto monitor=HDMI-A-1,preferred,auto,auto,transform,3 + monitor=DP-2,preferred,1080x420,auto '' else if nixosConfig.networking.hostName == "odin" then ''