nixconfigs/home/config.nix

16 lines
282 B
Nix

let
lib = (import <nixpkgs> {}).lib;
in
{
firefox.enablePlasmaBrowserIntegration = true;
firefox-bin.enablePlasmaBrowserIntegration = true;
clementine.spotify = false;
vim =
{ gui = "gtk3";
python = true;
multibyteSupport = true;
};
}