2018-09-26 17:10:52 +02:00
|
|
|
let
|
2018-09-26 23:38:53 +02:00
|
|
|
lib = (import <nixpkgs> {}).lib;
|
2018-09-26 17:10:52 +02:00
|
|
|
|
|
|
|
in
|
2018-10-25 01:31:26 +02:00
|
|
|
{
|
2018-09-26 14:23:42 +02:00
|
|
|
|
2019-08-21 23:45:09 +02:00
|
|
|
firefox.enablePlasmaBrowserIntegration = true;
|
2021-11-26 19:43:07 +01:00
|
|
|
firefox-bin.enablePlasmaBrowserIntegration = true;
|
2018-10-25 01:31:26 +02:00
|
|
|
clementine.spotify = false;
|
|
|
|
vim =
|
|
|
|
{ gui = "gtk3";
|
|
|
|
python = true;
|
|
|
|
multibyteSupport = true;
|
|
|
|
};
|
|
|
|
}
|