diff --git a/hosts/mrmeeseeks/hardware-configuration.nix b/hosts/mrmeeseeks/hardware-configuration.nix index e928813..2fdf861 100644 --- a/hosts/mrmeeseeks/hardware-configuration.nix +++ b/hosts/mrmeeseeks/hardware-configuration.nix @@ -24,6 +24,10 @@ "kvm-amd" "amdgpu" ]; + + boot.kernelParams = [ + "amdgpu.ppfeaturemask=0xffffffff" + ]; boot.extraModulePackages = [ ]; boot.initrd.luks.devices."nixos".device = "/dev/disk/by-uuid/ea7fa60d-35e5-48b8-95d7-142f37b262cd"; @@ -69,4 +73,5 @@ }; hardware.bluetooth.enable = true; hardware.xpadneo.enable = true; + programs.coolercontrol.enable = true; } diff --git a/modules/home-manager/cli/neovim/files/whichkey.lua b/modules/home-manager/cli/neovim/files/whichkey.lua index 0b51321..a3cf600 100644 --- a/modules/home-manager/cli/neovim/files/whichkey.lua +++ b/modules/home-manager/cli/neovim/files/whichkey.lua @@ -1,4 +1,4 @@ -- Which-key -- local wk = require 'which-key' -wk.register() +-- wk.register() diff --git a/modules/home-manager/desktop/sway/default.nix b/modules/home-manager/desktop/sway/default.nix index f092c4f..e45a78c 100644 --- a/modules/home-manager/desktop/sway/default.nix +++ b/modules/home-manager/desktop/sway/default.nix @@ -84,7 +84,7 @@ in home.packages = with pkgs; [ dejavu_fonts - emojione + # emojione font-awesome grim lato diff --git a/modules/nixos/gaming/steam/default.nix b/modules/nixos/gaming/steam/default.nix index 158b021..5ba01dc 100644 --- a/modules/nixos/gaming/steam/default.nix +++ b/modules/nixos/gaming/steam/default.nix @@ -31,7 +31,7 @@ in gamescopeSession = { enable = cfg.gamescope; args = [ - "-O HDMI-A-1" + "-O HDMI-A-2" "-F fsr" ]; };