Do some more rearranging and moving and accept risk on gamemode

This commit is contained in:
Bun 2025-05-14 15:12:19 -04:00
parent c41543edcf
commit 02a284fe90
6 changed files with 21 additions and 4 deletions

View file

@ -7,6 +7,7 @@
./eza
./fastfetch
./git
./gpg
./lazygit
./ncmpcpp
./neovim

View file

@ -0,0 +1,7 @@
{ ... }:
{
programs.ssh = {
enable = true;
addKeysToAgent = "yes";
};
}

View file

@ -2,7 +2,6 @@
{
imports = [
./easyeffects
./gpg
./mpd
./playerctl
];

View file

@ -2,6 +2,13 @@
{
programs.gamemode = {
enable = config.system.desktop.enable;
settings.general.renice = 10;
settings = {
general.renice = 10;
gpu = {
amd_performance_level = "high";
apply_gpu_optimisations = "accept-responsibility";
gpu_device = 0;
};
};
};
}