[NixOS] Add slack appindicator
This commit is contained in:
parent
07772b1a60
commit
033e972a53
@ -88,6 +88,7 @@ in
|
|||||||
pulseeffects
|
pulseeffects
|
||||||
quassel
|
quassel
|
||||||
rxvt_unicode
|
rxvt_unicode
|
||||||
|
slack-appindicator
|
||||||
simplescreenrecorder
|
simplescreenrecorder
|
||||||
spotify
|
spotify
|
||||||
termite
|
termite
|
||||||
@ -123,7 +124,6 @@ in
|
|||||||
rofi
|
rofi
|
||||||
rofi-pass
|
rofi-pass
|
||||||
skippy-xd
|
skippy-xd
|
||||||
slack
|
|
||||||
synergy
|
synergy
|
||||||
udiskie
|
udiskie
|
||||||
volnoti
|
volnoti
|
||||||
|
@ -3,8 +3,8 @@
|
|||||||
trustedBinaryCaches = [ https://nix.oregon.dfinity.build ];
|
trustedBinaryCaches = [ https://nix.oregon.dfinity.build ];
|
||||||
binaryCachePublicKeys = [ "hydra.oregon.dfinity.build-2:KMTixHrh9DpAjF/0xU/49VEtNuGzQ71YaVIUSOLUaCM=" ];
|
binaryCachePublicKeys = [ "hydra.oregon.dfinity.build-2:KMTixHrh9DpAjF/0xU/49VEtNuGzQ71YaVIUSOLUaCM=" ];
|
||||||
};
|
};
|
||||||
|
networking.extraHosts =
|
||||||
networking.extraResolvconfConf = ''
|
''
|
||||||
name_servers="10.20.13.192"
|
10.20.12.55 nix.oregon.dfinity.build
|
||||||
'';
|
'';
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user