Enable gamemode and switch to spotify unstable
This commit is contained in:
parent
7a8e269141
commit
a5e953b1ab
2 changed files with 10 additions and 1 deletions
|
|
@ -44,6 +44,15 @@ with lib; {
|
|||
programs = {
|
||||
dconf.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 = {
|
||||
enable = true;
|
||||
enableSSHSupport = true;
|
||||
|
|
|
|||
|
|
@ -68,7 +68,7 @@
|
|||
# signal-desktop
|
||||
skypeforlinux
|
||||
# slack
|
||||
spotify
|
||||
unstable.spotify
|
||||
tdesktop
|
||||
teams
|
||||
unstable.thunderbird
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue