[NixOS] Add slack appindicator

This commit is contained in:
Ivan Malison 2019-05-10 11:26:02 -07:00
parent 07772b1a60
commit 033e972a53
No known key found for this signature in database
GPG Key ID: 62530EFBE99DC2F8
2 changed files with 4 additions and 4 deletions

View File

@ -88,6 +88,7 @@ in
pulseeffects
quassel
rxvt_unicode
slack-appindicator
simplescreenrecorder
spotify
termite
@ -123,7 +124,6 @@ in
rofi
rofi-pass
skippy-xd
slack
synergy
udiskie
volnoti

View File

@ -3,8 +3,8 @@
trustedBinaryCaches = [ https://nix.oregon.dfinity.build ];
binaryCachePublicKeys = [ "hydra.oregon.dfinity.build-2:KMTixHrh9DpAjF/0xU/49VEtNuGzQ71YaVIUSOLUaCM=" ];
};
networking.extraResolvconfConf = ''
name_servers="10.20.13.192"
networking.extraHosts =
''
10.20.12.55 nix.oregon.dfinity.build
'';
}