Fix merge conflicts

master
Sven Slootweg 6 years ago
parent 6897905199
commit b53b1f0caa

@ -20,6 +20,9 @@ packages: {config, ...}: {
nixpkgs.autoconf nixpkgs.autoconf
# Development tools # Development tools
/* (unstable.atom.override {
gvfs = nixpkgs.gvfs;
}) */
unstable.atom unstable.atom
nixpkgs.geany nixpkgs.geany
nixpkgs.sqlitebrowser nixpkgs.sqlitebrowser
@ -51,12 +54,11 @@ packages: {config, ...}: {
# Rust # Rust
/* nixpkgs.rustChannels.nightly.rust /* nixpkgs.rustChannels.nightly.rust
nixpkgs.rustChannels.nightly.rust-src */ nixpkgs.rustChannels.nightly.rust-src */
(nixpkgs.rustChannelOf { date = "2018-04-30"; channel = "nightly"; }).rust (nixpkgs.rustChannelOf { date = "2018-04-30"; channel = "nightly"; }).rust.override { extensions = [ "rust-src" ]; }
(nixpkgs.rustChannelOf { date = "2018-04-30"; channel = "nightly"; }).rust-src
# Downloaders and filesharing # Downloaders and filesharing
(unstable.python35Packages.youtube-dl.override { (unstable.python35Packages.youtube-dl.override {
ffmpeg = unstable.ffmpeg-full; ffmpeg = unstable.ffmpeg-full;
}) })
unstable.megatools unstable.megatools
nixpkgs.aria2 nixpkgs.aria2
@ -87,7 +89,7 @@ packages: {config, ...}: {
nixpkgs.keepassx2 nixpkgs.keepassx2
# Chat and communication # Chat and communication
nixpkgs.pidgin (nixpkgs.pidgin.override {plugins = [nixpkgs.pidginotr];})
nixpkgs.konversation nixpkgs.konversation
# Productivity # Productivity
@ -163,12 +165,12 @@ packages: {config, ...}: {
nixpkgs.config = { nixpkgs.config = {
firefox = { firefox = {
enableGoogleTalkPlugin = true; enableGoogleTalkPlugin = true;
#enableAdobeFlash = true; /* enableAdobeFlash = true; */
jre = true; jre = true;
}; };
chromium = { chromium = {
#enablePepperFlash = true; /* enablePepperFlash = true; */
enablePepperPDF = true; enablePepperPDF = true;
jre = true; jre = true;
}; };

Loading…
Cancel
Save