remove legacy nixpkgs config.nix, integrate into home-manager config
This commit is contained in:
parent
35bb7901e5
commit
6d00605219
|
@ -1,12 +0,0 @@
|
||||||
{ lib, ...}:
|
|
||||||
{
|
|
||||||
|
|
||||||
firefox.enablePlasmaBrowserIntegration = true;
|
|
||||||
firefox-bin.enablePlasmaBrowserIntegration = true;
|
|
||||||
clementine.spotify = false;
|
|
||||||
vim =
|
|
||||||
{ gui = "gtk3";
|
|
||||||
python = true;
|
|
||||||
multibyteSupport = true;
|
|
||||||
};
|
|
||||||
}
|
|
|
@ -259,6 +259,16 @@ in
|
||||||
{
|
{
|
||||||
|
|
||||||
nixpkgs.overlays = (import ./overlays.nix);
|
nixpkgs.overlays = (import ./overlays.nix);
|
||||||
|
nixpkgs.config = {
|
||||||
|
firefox.enablePlasmaBrowserIntegration = true;
|
||||||
|
firefox-bin.enablePlasmaBrowserIntegration = true;
|
||||||
|
clementine.spotify = false;
|
||||||
|
vim =
|
||||||
|
{ gui = "gtk3";
|
||||||
|
python = true;
|
||||||
|
multibyteSupport = true;
|
||||||
|
};
|
||||||
|
};
|
||||||
|
|
||||||
home.packages =
|
home.packages =
|
||||||
desktopApps
|
desktopApps
|
||||||
|
|
Loading…
Reference in a new issue