Extra ssh key

This commit is contained in:
Filippo Berto 2022-12-25 19:50:42 +01:00
parent ae02f31909
commit 2d30131ec4
No known key found for this signature in database
GPG key ID: FE98AE5EC52B1056
2 changed files with 11 additions and 0 deletions

View file

@ -19,6 +19,16 @@
};
};
programs.gamemode = {
enable = true;
settings = {
custom = {
start = "${pkgs.libnotify}/bin/notify-send 'GameMode started'";
end = "${pkgs.libnotify}/bin/notify-send 'GameMode ended'";
};
};
};
services.xserver = {
videoDrivers = [ "nvidia" ];
displayManager.sddm = {