Enable gamemode and switch to spotify unstable

This commit is contained in:
Filippo Berto 2022-11-01 17:11:48 +01:00
parent 7a8e269141
commit a5e953b1ab
Signed by: bertof
GPG key ID: 9DBF7E6A1D2CE9ED
2 changed files with 10 additions and 1 deletions

View file

@ -44,6 +44,15 @@ with lib; {
programs = { programs = {
dconf.enable = true; dconf.enable = true;
flashrom.enable = true; flashrom.enable = true;
gamemode = {
enable = true;
settings = {
custom = {
start = "${pkgs.libnotify}/bin/notify-send 'GameMode started'";
end = "${pkgs.libnotify}/bin/notify-send 'GameMode ended'";
};
};
};
gnupg.agent = { gnupg.agent = {
enable = true; enable = true;
enableSSHSupport = true; enableSSHSupport = true;

View file

@ -68,7 +68,7 @@
# signal-desktop # signal-desktop
skypeforlinux skypeforlinux
# slack # slack
spotify unstable.spotify
tdesktop tdesktop
teams teams
unstable.thunderbird unstable.thunderbird