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 = {
|
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;
|
||||||
|
|
|
||||||
|
|
@ -68,7 +68,7 @@
|
||||||
# signal-desktop
|
# signal-desktop
|
||||||
skypeforlinux
|
skypeforlinux
|
||||||
# slack
|
# slack
|
||||||
spotify
|
unstable.spotify
|
||||||
tdesktop
|
tdesktop
|
||||||
teams
|
teams
|
||||||
unstable.thunderbird
|
unstable.thunderbird
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue