nixconfigs/home/config.nix

15 lines
227 B
Nix
Raw Normal View History

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
{
2019-08-21 23:45:09 +02:00
firefox.enablePlasmaBrowserIntegration = true;
clementine.spotify = false;
vim =
{ gui = "gtk3";
python = true;
multibyteSupport = true;
};
}